> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/developers/tools/app-center/submitting-your-app-to-the-app-center.md).

# Submitting Your App to the App Center

For the time being, we ask that you submit an [issue to the `aragon/aragon` repo](https://github.com/aragon/aragon/issues/new/choose) as a `Feature request` with the following:

* Name of your application
* Link to its development repo
* Link to an organization with the application installed
* Current development status
* Short summary explaining what the application does

Please double check that your app includes the relevant assets and that they are in the correct formats ([see guide](/developers/tools/app-center/preparing-assets.md)).

{% hint style="info" %}
We will update this page accordingly as we build more community-governed infrastructure for curating apps in the future.
{% endhint %}


---

# 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://legacy-docs.aragon.org/developers/tools/app-center/submitting-your-app-to-the-app-center.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.
