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

# Developer Platform

<h2 align="center">Ftown Documentation</h2>

<p align="center">Welcome to ftown cli docs!!!</p>

![FTOWN CLI](/files/pRBe4NGo2ENUjyfdK1zF)

***

{% hint style="info" %}
This is only available on Windows
{% endhint %}

```powershell
ftown --help
```

Don't worry I am here to help you use Flavortown like a pro!!

Also don't forget to watch the demo video: <https://youtu.be/FR4tUIJUT6A>

Project link: <https://flavortown.hackclub.com/projects/10376>

***

{% stepper %}
{% step %}

### Install and uninstall

{% content-ref url="/spaces/GwrMZeqomJm3jfttnWim/pages/QWYftYW50cGS18C0asNR" %}
[Installing and Uninstalling](/ftown-docs-1/documentation/installing-and-uninstalling/installing.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Setting up the API

{% content-ref url="/spaces/IvPH3UhVuGrwv0VejAdp/pages/trLwwmumlaofzMKwR3fr" %}
[Connecting to the API](/ftown-docs-1/api-reference/readme.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Learning the commands

{% content-ref url="/spaces/GwrMZeqomJm3jfttnWim/pages/1wYuONXCY9SzSaLP8P2E" %}
[Commands](/ftown-docs-1/documentation/commands/account-informations.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Did not understand?

{% content-ref url="/spaces/wYu0tYMO5YQNsJDX8nyF/pages/njH9eu74kH4nq2PaW1uB" %}
[Help Center](/ftown-docs-1/help-center/readme.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

## Changelog available here:

{% content-ref url="/spaces/x3KaZxHKTOFOj4KalFXR/pages/xSKACgaFjsHdWkvrL7EZ" %}
[Changelog](/ftown-docs-1/changelog/readme.md)
{% endcontent-ref %}


---

# 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://ftown.gitbook.io/ftown-docs-1/readme.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.
