# Indexing Content

Content can be indexed through at least one of two tools:

* Crawler
* API

{% content-ref url="/pages/A27NIbmH4KyTnOd5qzb3" %}
[Crawler Configurations](/product-overview/indexing-content/crawler-configurations.md)
{% endcontent-ref %}

{% content-ref url="/pages/LUt4UOz38dqfXsI7vPC7" %}
[API Enabled Configurations](/product-overview/indexing-content/api-enabled-configurations.md)
{% endcontent-ref %}

Each webpage or PDF indexed is considered a document and is characterized by a unique URL and other attributes such as

* Title
* Descriptions
* Parts
* Category
* Asset
* Product Descriptors

Content indexed is prepared for retrieval via search queries. Each characteristic affects the end search experience.


---

# 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://docs.bigzeta.com/product-overview/indexing-content.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.
