# Advance Indexing

### **Enabling Advanced Indexing:**

{% embed url="<https://purecodestorageprod.blob.core.windows.net/component-images/docs/enable_advanced_indexing>" %}

This configuration allows PureCodeAI to perform detailed analysis, resulting in a more profound understanding of your codebase.

Also **Advanced Indexing** will generate more detailed summaries, including file-level breakdowns and in-depth code relationships, providing the AI with a more senior developer-like understanding.

By utilizing both normal and advanced indexing, PureCodeAI can offer a comprehensive and context-aware coding experience, significantly enhancing your development workflow.


---

# 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://purecodedocs.gitbook.io/docs/features/images-and-media/advance-indexing.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.
