# Advanced features

- [Inventory Optimizer Guide](https://wiki.ffxivteamcraft.com/advanced-features/inventory-optimizer-guide.md): Basic introduction to the Inventory Optimizer
- [Item tags](https://wiki.ffxivteamcraft.com/advanced-features/item-tags.md): Custom filters, powerful information !
- [Packet Capture](https://wiki.ffxivteamcraft.com/advanced-features/packet-capture.md): Read packets to add quality of life and community contributions
- [Permissions](https://wiki.ffxivteamcraft.com/advanced-features/permissions.md): How to secure your lists properly
- [Teams](https://wiki.ffxivteamcraft.com/advanced-features/teams.md): Assign tasks and handle collaboration easily


---

# 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://wiki.ffxivteamcraft.com/advanced-features.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.
