# Advanced Guide

This guide covers topics for advanced users, i.e. those who already know what RecallGraph is, how to set up a working instance, and how to use its HTTP API.

The advanced guide covers the following topics:

{% content-ref url="/pages/-MDARMiU4-auPwpsB2UG" %}
[Configuration](/recallgraph-docs/working-with-recallgraph/advanced-guide/configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDARBcr9Lha8OPrGI8-" %}
[Provider API](/recallgraph-docs/working-with-recallgraph/advanced-guide/provider-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDARFn6sN3KNHFn5yiP" %}
[Tracing](/recallgraph-docs/working-with-recallgraph/advanced-guide/tracing.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://adityamukho.gitbook.io/recallgraph-docs/working-with-recallgraph/advanced-guide.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.
