# Page Not Found

The URL `files/3q1YP5U8TFqEISxsbar2` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Other Ways to Reduce Teleport Costs](https://aetherytetickets.ffxivhunts.com/other-ways-to-reduce-teleport-costs.md)
- [How to get Allied Seals & Centurio Seals with A-Rank Hunts](https://aetherytetickets.ffxivhunts.com/how-to-get-allied-seals-and-centurio-seals-with-a-rank-hunts.md)
- [How to get Allied Seals with Blue Mage](https://aetherytetickets.ffxivhunts.com/how-to-get-allied-seals-with-blue-mage.md)
- [How to get Allied Seals & Centurio Seals with Hunts (Without Waiting)](https://aetherytetickets.ffxivhunts.com/how-to-get-allied-seals-and-centurio-seals-with-hunts-without-waiting.md)
- [How to get Aetheryte Tickets](https://aetherytetickets.ffxivhunts.com/how-to-get-aetheryte-tickets.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://aetherytetickets.ffxivhunts.com/other-ways-to-reduce-teleport-costs.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.

### Option 2 — Browse the documentation index

Full index: https://aetherytetickets.ffxivhunts.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://aetherytetickets.ffxivhunts.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/other-ways-to-reduce-teleport-costs.md`).

You may also use `Accept: text/markdown` header for content negotiation.
