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

# Store

Browse ready-made agents and apps, then launch a solution that fits your work.

The Store gives you ready-made AI agents and micro-apps on the Qore platform. It helps you start with a working solution rather than build one from scratch.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2F7liw42Zd9YdpK7lfGXBF%2Fuptiq-qore_store_agents-tab_rounded_shadow_1.png?alt=media&amp;token=0da58762-dfd0-41ac-9ab7-67a2dc19dc0e" alt="The Store page displaying ready-made AI agents and micro-apps."><figcaption><p>Browse ready-made agents and apps in the Store.</p></figcaption></figure>

### Find and launch a solution

Open **Console** → **Store**. Use the **Agents** and **Apps** tabs, or search with **Search store**.

{% columns %}
{% column %}

#### Agents

Agents handle task-specific or multi-task AI work. Select **Chat Now** to start a conversation.
{% endcolumn %}

{% column %}

#### Apps

Apps are small, purpose-built applications. Select **Launch** to open an app.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Store solutions are tenant-scoped. They’re available across every project and account in your tenant.
{% endhint %}

### Explore Store guidance

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Browse agents and apps<br><br>Learn what cards show and review detail-panel examples.</td><td><a href="/console/store/browse-agents-and-apps.md">Browse agents and apps</a></td></tr><tr><td>Store catalog<br><br>Review the captured agents, apps, and their category scopes.</td><td><a href="/console/store/store-catalog.md">Store catalog</a></td></tr></tbody></table>

### Store and design systems

Store solutions are available throughout your tenant. A [Design Systems](/console/design-systems.md) applies to one project.


---

# 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.uptiq.ai/console/store.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.
