# Discover

Not every task needs a blank chat window. Sometimes you need an AI that is already an expert in exactly what you are trying to do.

Discover gives you access to 500+ specialized AI agents - each one purpose-built for a specific job. From writing SEO headlines to removing image backgrounds, from planning marketing campaigns to generating travel photos - there is an agent for almost everything.

Just find it, click "Use AI Agent", and start working.

{% hint style="info" %}
💡 Think of Discover as your AI app store. Instead of building the perfect prompt from scratch every time, just pick the agent that already knows how to do the job.
{% endhint %}

### How to Use Discover

1. Click "Discover" in the left sidebar of your i10x dashboard.
2. Browse by category or use the search bar to find a specific agent.
3. Click on any agent card to read a description of what it does.
4. Click "Use AI Agent" or "Use Model" to open it.
5. Type your request in the chat bar - the agent already knows its job.
6. Get your result instantly.

### Agent Categories

Agents are organized into categories so you can quickly find what you need:

| Category                       | What You'll Find                                                                                                          |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| **LLMs**                       | Direct access to raw AI models like GPT-5, GPT-4o, Gemini, and more - use them without any preset instructions            |
| **Image Editing & Generation** | Agents for generating images, removing backgrounds, changing backgrounds, removing watermarks, and more                   |
| **Marketing & SEO**            | Headline generators, CTA writers, meta description crafters, content cluster planners, landing page copywriters, and more |
| **Video**                      | Specialized agents for video-related tasks and generation                                                                 |
| **Business**                   | Agents for business strategy, planning, proposals, and operations                                                         |
| **Documents**                  | Agents for summarizing, rewriting, editing, and analyzing documents                                                       |
| **Wellness**                   | Agents focused on health, mindfulness, and personal wellbeing                                                             |
| **Education**                  | Agents for learning, tutoring, research assistance, and academic tasks                                                    |
| **Creativity & Fun**           | Creative writing, storytelling, brainstorming, and entertainment agents                                                   |

### Finding the Right Agent

With 500+ agents available, the fastest ways to find what you need are:

* Use the Search Bar at the top - type what you want to do (e.g. "headline", "background remover", "SEO").
* Browse by Category - click any category tab at the top to filter agents by topic.
* Sort by Relevance - use the sort dropdown to find the most popular or highest-rated agents.
* Look at the ratings and usage count on each card to find the most trusted agents.

### Agent vs. Chat - What's the Difference?

Both Chat and Discover agents use the same underlying AI models - but they work differently.

|                     | Chat                                          | Discover Agent                                          |
| ------------------- | --------------------------------------------- | ------------------------------------------------------- |
| **Setup**           | Blank canvas - you control everything         | Pre-configured - the agent already has its instructions |
| **Best for**        | Open-ended tasks, back-and-forth conversation | Specific, repeatable tasks where you know what you need |
| **Prompt required** | Yes - you write the full prompt               | Minimal - just describe your specific request           |
| **Examples**        | "Help me think through my business strategy"  | "AI Marketing Strategy Designer", "Headline Generator"  |

### Popular Agents to Try First

Not sure where to start? Here are some of the most-used agents across different categories:

| Agent                              | Category        | What It Does                                                      |
| ---------------------------------- | --------------- | ----------------------------------------------------------------- |
| **AI Marketing Strategy Designer** | Marketing & SEO | Design full marketing strategies aligned to your goals and budget |
| **Headline Generator**             | Marketing & SEO | Generate 5 bold, click-worthy headlines for any topic             |
| **Meta Description Crafter**       | Marketing & SEO | Create 3 concise, SEO-optimized meta descriptions instantly       |
| **Content Cluster Planner**        | Marketing & SEO | Build a content strategy with 1 pillar article and 5 subtopics    |
| **AI Background Remover**          | Image Editing   | Remove the background from any photo instantly                    |
| **AI Background Changer**          | Image Editing   | Replace the background of any photo with a new scene              |
| **AI Watermark Remover**           | Image Editing   | Clean up images by removing unwanted watermarks or logos          |
| **AI Travel Photo Generator**      | Image Editing   | Turn an ordinary photo into a stunning travel shot                |
| **Landing Page Copywriter**        | Marketing & SEO | Write persuasive, conversion-focused landing page copy            |
| **AI Copy Editor**                 | Marketing & SEO | Polish and refine your marketing copy for SEO and readability     |

{% hint style="info" %}
✅ Try This Now:

1. Go to Discover and click the "Marketing & SEO" category.
2. Find the "Headline Generator" agent and click "Use AI Agent."
3. Type: "Generate 5 headlines for a blog post about AI productivity tools for founders."

You just skipped writing a prompt from scratch - the agent already knows what to do.
{% endhint %}


---

# Agent Instructions: 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://knowledge.i10x.ai/discover.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.
