> For the complete documentation index, see [llms.txt](https://docs.kinesis.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinesis.network/getting-started/running-llms-with-kinesis-network/creating-apps-with-app-gallery.md).

# Creating Apps with App Gallery

When you create a project, App creation menus are shown automatically. You can also create a new app by clicking Create App button:

<figure><img src="/files/ujUsKz4CRw6hTzU6fMj2" alt=""><figcaption></figcaption></figure>

Once you are inside the app creation dialog, you have two options:

* You can quickly create an LLM app by choosing from our pre-curated library.
* You can create a custom app by using code or Docker images.

### Creating an App with App Gallery

Create apps quickly by selecting from the hand-curated App Gallery. Access it by clicking “Select Template from Gallery” at the top or choosing the App Gallery menu on the left.

<figure><img src="/files/kDaeKxCXhqQTBoGCMqHz" alt=""><figcaption></figcaption></figure>

Once in the App Gallery, you can choose from many options. Please don’t miss the first one that offers a very large selection of latest and greatest LLM models.

<figure><img src="/files/xFHDs8LgZpAuZ7GfSz4i" alt=""><figcaption></figcaption></figure>

Once you make your selection, you have the option to customize its settings. For most purposes, “Quick Launch” will be the best. However, if you need to configure the Environment Variables for more advanced authentication and other settings, choose “Customize First”.

<figure><img src="/files/stHRNsphYOWLqXKmJ5Qv" alt=""><figcaption></figcaption></figure>

This will bring you back to App Creation dialog. As the final step, you will need to choose your compute source. Please see [Understanding Compute Sources](/getting-started/running-llms-with-kinesis-network/understanding-compute-sources.md)


---

# 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://docs.kinesis.network/getting-started/running-llms-with-kinesis-network/creating-apps-with-app-gallery.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.
