> For the complete documentation index, see [llms.txt](https://illust.gitbook.io/illust/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illust.gitbook.io/illust/illust-overview.md).

# Illust Overview

- [Why Use Illust?](https://illust.gitbook.io/illust/illust-overview/why-use-illust.md): Illust's AR application is used by some of the leading names in music, web3, art, gaming, and culture. Updated 2022-09-14
- [Core Benefits](https://illust.gitbook.io/illust/illust-overview/why-use-illust/core-benefits.md): The World is Yours! Learn more about Illust's key benefits from the perspective of everyday visitors, projects, developers, and creators on the app. Last Updated 9/14/22
- [Case Studies](https://illust.gitbook.io/illust/illust-overview/why-use-illust/case-studies.md): Last Updated 9/14/22
- [Why is Illust Different?](https://illust.gitbook.io/illust/illust-overview/why-use-illust/why-is-illust-different.md): Last Updated 9/14/22
- [Illust AR Application](https://illust.gitbook.io/illust/illust-overview/illust-ar-application.md): Updated 2022-09-14
- [Capabilities Deck](https://illust.gitbook.io/illust/illust-overview/illust-ar-application/capabilities-deck.md): For more please don't hesitate to reach out to an Illust Rep.
- [Reality Channels](https://illust.gitbook.io/illust/illust-overview/illust-ar-application/reality-channels.md): In the words of NAS, “The World Is Yours”.
- [Proof of Presence (PoP)](https://illust.gitbook.io/illust/illust-overview/illust-ar-application/proof-of-presence-pop.md)
- [Geofencing & the GeoSpatial Registry](https://illust.gitbook.io/illust/illust-overview/illust-ar-application/geofencing-and-the-geospatial-registry.md)
- [Smart Contracts](https://illust.gitbook.io/illust/illust-overview/illust-ar-application/smart-contracts.md)
- [Developer Docs (Coming Soon)](https://illust.gitbook.io/illust/illust-overview/developer-docs-coming-soon.md): (Coming Soon)
- [Roadmap](https://illust.gitbook.io/illust/illust-overview/roadmap.md): Follow along as we scale our interactive AR mapping system and reward early guests to the platform.
- [Team & Stakeholders](https://illust.gitbook.io/illust/illust-overview/team-and-stakeholders.md): Updated 2022-09-14
- [US Operations](https://illust.gitbook.io/illust/illust-overview/team-and-stakeholders/us-operations.md)
- [Advisory Team](https://illust.gitbook.io/illust/illust-overview/team-and-stakeholders/advisory-team.md)
- [Investors and Grants](https://illust.gitbook.io/illust/illust-overview/team-and-stakeholders/investors-and-grants.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 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, and the optional `goal` query parameter:

```
GET https://illust.gitbook.io/illust/illust-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
