# How to

- [How to choose between QUERY and EXEC](https://doc.zeesql.com/how-to/choose-between-query-and-exec.md)
- [know-what-secondary-indexes-are defined](https://doc.zeesql.com/how-to/know-what-secondary-indexes-are-defined-1.md)
- [How to load zeeSQL in Redis](https://doc.zeesql.com/how-to/load-zeesql-into-redis.md)
- [How to check if an index is used in zeeSQL and SQLite](https://doc.zeesql.com/how-to/check-if-the-index-is-used.md)
- [know-what-secondary-indexes-are defined](https://doc.zeesql.com/how-to/know-what-secondary-indexes-are-defined.md)
- [create-an-index](https://doc.zeesql.com/how-to/create-an-index.md)
- [create-a-view](https://doc.zeesql.com/how-to/create-a-view.md)
- [create-a-secondary-index](https://doc.zeesql.com/how-to/create-a-secondary-index.md)
- [How to create a trigger](https://doc.zeesql.com/how-to/create-a-trigger.md)
- [quickly-ingest-data](https://doc.zeesql.com/how-to/quickly-ingest-data.md)
- [How to copy a database](https://doc.zeesql.com/how-to/copy-a-database.md)
- [get-help](https://doc.zeesql.com/how-to/get-help.md)
- [work-with-dates](https://doc.zeesql.com/how-to/work-with-dates.md)
- [using-full-text-search](https://doc.zeesql.com/how-to/using-full-text-search.md)
- [work-with-json](https://doc.zeesql.com/how-to/work-with-json.md)
- [How to create a new database in zeeSQL](https://doc.zeesql.com/how-to/create-a-database.md)
- [How to create a new table in zeeSQL](https://doc.zeesql.com/how-to/create-a-table.md)
- [know-what-tables-are-defined](https://doc.zeesql.com/how-to/know-what-tables-are-defined.md)
- [know-what-databases-are-defined](https://doc.zeesql.com/how-to/know-what-databases-are-defined.md)
- [works-with-boolean](https://doc.zeesql.com/how-to/works-with-boolean.md)
- [How to get zeeSQL](https://doc.zeesql.com/how-to/get-zeesql.md)
- [How to get JSON output](https://doc.zeesql.com/how-to/get-json-output.md)
- [add-multiple-rows](https://doc.zeesql.com/how-to/add-multiple-rows.md)


---

# 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://doc.zeesql.com/how-to.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.
