> For the complete documentation index, see [llms.txt](https://docs.siminsights.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siminsights.com/ai/conversational-ai/helpful-terminology-for-conversational-ai/experts/list-of-experts-developed-so-far/azure-pdf-expert-standalone.md).

# Azure PDF Expert - Standalone

The AzurePDFExpert is a conversational question answering expert. This expert also demonstrates the ability to attach the behavior of an expert to an external knowledge source/API. Answers to free form questions are generated using the Microsoft Azure PDF QnA system which is able to digest information in a PDF file (such as a user manual) and allows question answering based on the contents on the PDF. When a relevant response is generated from the external system, this expert allows SCAI to present that response to the user.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.siminsights.com/ai/conversational-ai/helpful-terminology-for-conversational-ai/experts/list-of-experts-developed-so-far/azure-pdf-expert-standalone.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
