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

# Roadmap

At Kami, we recognize that traditional roadmaps are ineffective in the fast-paced world of NFTs.&#x20;

Instead, we prioritize flexibility and adaptability to stay ahead of the curve. Our objective is clear: **to deliver the best possible outcome for our community.**&#x20;

Whether we need to adjust our strategy to respond to new developments or push the limits of what's achievable, we're always working to provide the best outcome for our community.

## Scrolls

In addition to our roadmap, regular Discord and Twitter updates, we will be publishing a quarterly "scroll" that provides a comprehensive update on our current projects, accomplishments, and upcoming goals for that quarter. This is similar to an "earnings call" that traditional Web2 companies conduct.

{% hint style="info" %}
As NFT holders ourselves, we recognize the value of transparency and tangible progress updates.&#x20;
{% endhint %}

We believe it's valuable to provide our community with real updates on what we're working on and what we will be completing.

While we do have our internal roadmap that guides our efforts, this quarterly scroll gives us market flexibility and the ability to share our progress with the community in an open and direct way.

This way you know **exactly** what's coming. No bullshit. No filler. Complete transparency.

### (First scroll coming soon)


---

# 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://kami-1.gitbook.io/kami/utility/roadmap.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.
