> 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/browse-agents-and-apps.md).

# Browse agents and apps

Learn how Store cards, tabs, and detail panels help you select a ready-made solution.

The Store groups ready-made agents and micro-apps in separate tabs. Use card details to compare capabilities and outcomes before you launch a solution.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fgit-blob-2419ab94e12c741be54fb9a643d8c73e854b300e%2Fqore_console_console-store-agents-tab_rounded_shadow.png?alt=media" alt="The Store catalog&#x27;s Agents tab, showing rows of agent cards with category tags, accuracy percentages, and Chat Now buttons"><figcaption><p>Use Store tabs and cards to compare ready-made agents and apps.</p></figcaption></figure>

### Choose a solution type

{% tabs %}
{% tab title="Agents" %}
Agents handle task-specific or multi-task AI work. Each card shows category tags, an accuracy percentage, a short description, and **Chat Now**.

Select a card to review its details. Select **Chat Now** to start a chat.
{% endtab %}

{% tab title="Apps" %}
Apps are small, purpose-built applications. Each card shows category tags, a short description, and **Launch**.

Select a card to review its details. Select **Launch** to open the app. Apps don't show an accuracy percentage.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fgit-blob-8b1b0ae497216c73fc1548177bac4ca6491a1e79%2Fqore_console_console-store-apps-tab_rounded_shadow.png?alt=media" alt="The Store catalog&#x27;s Apps tab, showing app cards with category tags and Launch buttons"><figcaption><p>The Apps tab.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Review card details

Select any card to open its detail panel. The panel tabs scroll to sections in one continuous view. They don't replace the panel content.

| Section            | What it shows                      |
| ------------------ | ---------------------------------- |
| **Overview**       | A summary of the agent or app.     |
| **How it works**   | The actions it carries out.        |
| **What you get**   | The outputs you receive.           |
| **Why it matters** | The business outcomes it supports. |

Each panel ends with **Last updated**, which shows when the listing last changed.

{% hint style="info" %}
Review the panel before you launch a solution. It shows the expected workflow, outputs, and outcomes.
{% endhint %}

### Examples

#### Agent detail panel

The **Abandoned Application Follow-Up** agent has the *Distribution* and *Onboarding* tags. Its accuracy indicator is *96%*.

| Section            | Example content                                                                                                                                                                  |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Overview**       | Re-engages applicants who left an account-opening or loan application. It checks consent, personalizes approved SMS and email, and provides a resume path.                       |
| **How it works**   | It processes application-status events, queues abandoned applications, checks consent and opt-outs, sends approved messages, and records each contact in the core system or CRM. |
| **What you get**   | You receive a queued outreach list, consent-checked messages with delivery status, personalized resume links, staff context, and an auditable communications trail.              |
| **Why it matters** | It helps recover abandoned applications, respond within minutes, support TCPA/CAN-SPAM compliance, and retain an opt-out audit trail.                                            |

#### App detail panel

The **Deposit Account Opening Solution** app has the *Onboarding* tag.

| Section            | Example content                                                                                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Overview**       | It automates document collection, verification, and eligibility checks during customer onboarding.                                                          |
| **How it works**   | Customers upload documents. AI extracts applicant information, flags missing details, performs compliance checks, and prepares an onboarding summary.       |
| **What you get**   | You receive customer profiles, verification statuses, completeness tracking, validation results, risk indicators, review notes, and recommended next steps. |
| **Why it matters** | It helps reduce turnaround time and manual review effort while improving onboarding accuracy and audit readiness.                                           |


---

# 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/browse-agents-and-apps.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.
