# Setup Checklist

Use this checklist to ensure everything is configured:

* [ ] Bot added to server with correct permissions
* [ ] Support channel created (or verified)
* [ ] Support logs channel created (or verified)
* [ ] Admin role assigned (`/add admin-role`)
* [ ] Ping role configured (`/add pingrole`)&#x20;
* [ ] Ticket panel deployed (`/add support`)
* [ ] Ticket panel customized (`/edit`)  (Optional)
* [ ] Knowledge base documents added
* [ ] Subscription active (check `/billing`)

{% hint style="info" %}

1. Train your bot well - Add comprehensive documentation to your knowledge base
2. Use descriptive tags - Makes documents easier to find
3. Monitor usage - Check `/billing` regularly to track usage
4. Update documentation - Keep your knowledge base current
5. Test thoroughly - Create test tickets to verify everything works
6. Set up ping roles - Ensure your team is notified of new tickets
   {% endhint %}


---

# 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://ansari-labs.gitbook.io/ansari-labs/products/ai-powered-ticket-tool/setup-guide/setup-checklist.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.
