> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flast.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools Overview

> Extend Flast's capabilities with web search, image generation, audio creation, and more.

Tools give Flast capabilities beyond text conversation. Search the web, generate images, create audio, and more, all within your chat.

## Available Tools

<CardGroup cols={2}>
  <Card title="Web Search" icon="magnifying-glass" href="/features/tools/web-search">
    Find current information from the internet.
  </Card>

  <Card title="Web Fetch" icon="globe" href="/features/tools/web-fetch">
    Extract and analyze content from any URL.
  </Card>

  <Card title="Image Generation" icon="image" href="/features/tools/image-generation">
    Create images from text descriptions.
  </Card>

  <Card title="Audio Generation" icon="volume-high" href="/features/tools/audio-generation">
    Convert text to natural-sounding speech.
  </Card>

  <Card title="Image Editing" icon="wand-magic-sparkles" href="/features/tools/image-editing">
    Transform and edit existing images.
  </Card>

  <Card title="Video Generation" icon="video" href="/features/tools/video-generation">
    Create videos from text prompts.
  </Card>

  <Card title="Intense Thinking" icon="brain" href="/features/tools/intense-thinking">
    Extended reasoning for complex problems.
  </Card>
</CardGroup>

## Tool Availability by Plan

| Tool             | Starter | Pro | Ultra |
| ---------------- | ------- | --- | ----- |
| Web Search       | Yes     | Yes | Yes   |
| Web Fetch        | Yes     | Yes | Yes   |
| Intense Thinking | Yes     | Yes | Yes   |
| Artifacts        | Yes     | Yes | Yes   |
| Image Generation | -       | Yes | Yes   |
| Image Editing    | -       | Yes | Yes   |
| Audio Generation | -       | Yes | Yes   |
| Video Generation | -       | -   | Yes   |

<Note>
  Tools marked with a dash (-) are not available on that plan. Upgrade to access more tools.
</Note>

## How to Use Tools

### Automatic Usage

Flast can automatically decide when to use tools based on your request:

```
Find the latest news about electric vehicles
```

Flast will automatically search the web for this request.

### Manual Control

You can explicitly enable or disable tools for a message:

1. Click the tool selector in the message input area
2. Toggle tools on or off
3. Send your message

### Tool Indicators

When a tool is used, you will see:

* A loading indicator while the tool runs
* The tool name and what it did
* The results embedded in the response

## Built-in Tools

Some tools are always available on all plans:

* **Memory Management**: Save and retrieve memories during chat
* **Todo Management**: Create and manage tasks during chat

These help Flast assist you without requiring manual action.

<Card title="Start with Web Search" icon="arrow-right" href="/features/tools/web-search">
  Learn how to search the web from your conversations.
</Card>
