# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [When will the listing take place?](https://doginhood.gitbook.io/dogin-hood/faq/when-will-the-listing-take-place.md)
- [Token Utilities | Staking tiers](https://doginhood.gitbook.io/dogin-hood/token/token-utilities-or-staking-tiers.md)
- [On which CEXs will $DOGIN be available?](https://doginhood.gitbook.io/dogin-hood/faq/on-which-cexs-will-usddogin-be-available.md)
- [On which DEXs will $DOGIN be available to buy?](https://doginhood.gitbook.io/dogin-hood/faq/on-which-dexs-will-usddogin-be-available-to-buy.md)
- [Will the NFTs have any additional utility?](https://doginhood.gitbook.io/dogin-hood/faq/will-the-nfts-have-any-additional-utility.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://doginhood.gitbook.io/dogin-hood/faq/when-will-the-listing-take-place.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://doginhood.gitbook.io/dogin-hood/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://doginhood.gitbook.io/dogin-hood/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., `/dogin-hood/faq/when-will-the-listing-take-place.md`).

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