# Developer Documentation

<figure><img src="/files/0vlmkjCCrmALkiCV9btp" alt=""><figcaption></figcaption></figure>

> The Developer Documentation is your technical reference hub for building on SteakHouse.
>
> This section covers everything from creating and configuring tokens to advanced features like stealth mode, branding, fees, and graduation mechanics.
>
> Clear guides, annotated examples, and structured references help developers quickly understand how the protocol works and how to integrate, launch, and manage tokens safely and efficiently within the SteakHouse ecosystem.

{% content-ref url="/pages/iYvfUVN7GDANP6UKWDkb" %}
[Creating a token](/user-basics/developer-documentation/creating-a-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/qmxXKwu0XocMcc0vDtpX" %}
[Token types](/user-basics/developer-documentation/token-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/n13b0ySqVN4w2c0SXlqg" %}
[Headerless](/user-basics/developer-documentation/headerless.md)
{% endcontent-ref %}

{% content-ref url="/pages/1Wf43Op4mllfFmDM1otX" %}
[Stealth mode](/user-basics/developer-documentation/stealth-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/BKrXjN7lx2OmBiTMZlHl" %}
[Branding](/user-basics/developer-documentation/branding.md)
{% endcontent-ref %}

{% content-ref url="/pages/FaGBFdzQTyrFEiKWgMlt" %}
[Graduation](/user-basics/developer-documentation/graduation.md)
{% endcontent-ref %}


---

# 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://cookbook.steakhouse.finance/user-basics/developer-documentation.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.
