> For the complete documentation index, see [llms.txt](https://docs.leahloading.com/commit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.leahloading.com/commit/hello.md).

# Start Here

{% hint style="info" %}
This is a **test project** to demo what my documentation will look like, not docs for a real app.
{% endhint %}

{% tabs %}
{% tab title="Before" %}

#### Some information in H3

Here is what you should do
{% endtab %}

{% tab title="After" %}

<figure><img src="https://images.unsplash.com/photo-1554260570-47e791ab2fc7?crop=entropy&#x26;cs=tinysrgb&#x26;fm=jpg&#x26;ixid=MnwxOTcwMjR8MHwxfHNlYXJjaHwzfHxhcHAlMjBwcm90b3R5cGV8ZW58MHx8fHwxNjY0NDY4Njcy&#x26;ixlib=rb-1.2.1&#x26;q=80" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### What is Commit?

* an application to capture the process of taking an application from idea to deployment.

### What are these docs for?

* Explain my thinking and process
* Document important learnings


---

# 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:

```
GET https://docs.leahloading.com/commit/hello.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.
