# Home

### About The Wiki

Here we aim to have a collection of information to help with any questions you may have about using Savage Aim! <https://savageaim.com>

The system is open source and you can report issues or view the whole code at <https://github.com/SavageAim/app>

There is also a Discord server where you can chat, report bugs or make feature requests! <https://discord.gg/k8szJ5qAKw>

For the most part, you can follow the sidebar on the left like a guide to setting yourself up fully. Otherwise you can search at the top or through the sidebar for specifics if that's all you need!

### About Savage Aim

Savage Aim is a Best in Slot (BiS) gear tracker for FFXIV Savage players and statics. It aims to provide a clear and helpful indication of how people are progressing towards their Best in Slot for a given raid tier for any of their jobs.

It was written in time for Pandaemonium Asphodelos, and it will be kept up to date with future gear releases and raid tiers for the foreseeable future.


---

# 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.savageaim.com/home.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.
