# Enabling index table engine

[← Generating the index table](/index-table/generating-the-index-table.md)   |   [Index Table FAQ →](/index-table/index-table-faq.md)

## Enabling the index table engine

If you read the previous chapters, you should have the index table generated and ready to use. To make use of it, open up the search instance(s) you wan't to use it with, and change the first option that appears:

<figure><img src="/files/grz1G4jyNNLH3gGyvVXW" alt="" width="375"><figcaption></figcaption></figure>

Save the options, and that's it. This search instance will use the index to look for keywords.

If you don't have an index table generated, go to the [previous chapter](/index-table/generating-the-index-table.md) to see how it's done.


---

# 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://documentation.ajaxsearchpro.com/index-table/enabling-index-table-engine.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.
