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

# Tools Guide

> Complete guide to working with PraisonAI tools

## Tools Guides

Learn how to create, configure, debug, and manage tools in PraisonAI.

<CardGroup cols={2}>
  <Card title="Create Custom Tools" icon="plus" href="/docs/guides/tools/create-custom-tools">
    Build your own tools from scratch
  </Card>

  <Card title="Assign Tools to Templates" icon="link" href="/docs/guides/tools/assign-tools-to-templates">
    Configure tools for templates
  </Card>

  <Card title="Debug Tools" icon="bug" href="/docs/guides/tools/debug-tools">
    Troubleshoot tool issues
  </Card>

  <Card title="Different Ways to Create" icon="layer-group" href="/docs/guides/tools/different-ways-to-create-tools">
    Explore all tool creation methods
  </Card>

  <Card title="Remote Tools from GitHub" icon="github" href="/docs/guides/tools/remote-tools-github">
    Use tools from GitHub and remote URLs
  </Card>
</CardGroup>

## Quick Reference

| Task            | Command                                |
| --------------- | -------------------------------------- |
| List tools      | `praisonai tools list`                 |
| Add package     | `praisonai tools add pandas`           |
| Add file        | `praisonai tools add ./my_tools.py`    |
| Add from GitHub | `praisonai tools add github:user/repo` |
| Add source      | `praisonai tools add-sources <source>` |
| Get info        | `praisonai tools info <name>`          |
| Search          | `praisonai tools search <query>`       |
| Doctor          | `praisonai tools doctor`               |
| Resolve         | `praisonai tools resolve <name>`       |
| Discover        | `praisonai tools discover`             |
| Show sources    | `praisonai tools show-sources`         |
