# Tautulli

## Tautulli

- [Introduction](https://docs.tautulli.com/undefined.md)
- [Installation](https://docs.tautulli.com/getting-started/installation.md)
- [Install as a Daemon](https://docs.tautulli.com/getting-started/installation/install-as-a-daemon.md)
- [Upgrading to Python 3](https://docs.tautulli.com/getting-started/upgrading-to-python-3.md)
- [Notifications Agents Guide](https://docs.tautulli.com/using-tautulli/notification-agents-guide.md)
- [Custom Notification Conditions](https://docs.tautulli.com/using-tautulli/custom-notification-conditions.md)
- [Exporter Guide](https://docs.tautulli.com/using-tautulli/exporter-guide.md)
- [3rd Party APIs Guide](https://docs.tautulli.com/using-tautulli/3rd-party-apis-guide.md)
- [Asking for Support](https://docs.tautulli.com/support/asking-for-support.md)
- [Frequently Asked Questions (FAQ)](https://docs.tautulli.com/support/frequently-asked-questions.md)
- [Debugging Tautulli](https://docs.tautulli.com/support/debugging.md)
- [Custom Scripts](https://docs.tautulli.com/extending-tautulli/custom-scripts.md)
- [API Reference](https://docs.tautulli.com/extending-tautulli/api-reference.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tautulli.com/undefined.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.
