# KnowledgeBase

The KnowledgeBase section is a centralized place for documentation, guides, and learning resources related to Zata.ai. It helps users understand features, configurations, and best practices for using the platform effectively.

This section includes:

* Step-by-step guides and tutorials
* Feature explanations and usage instructions
* Troubleshooting and common issues
* Integration setup references

The KnowledgeBase acts as a self-help resource that enables users to quickly find solutions and learn how to use Zata.ai efficiently.


---

# 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.zata.ai/knowledgebase.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.
