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

# What It Is

> Learn about Devic’s built-in tools, their advantages, and how to use them in agents, assistants, or MCPs.

## Overview

**Built-in Tools** are native tools integrated into Devic that allow agents, assistants, and MCPs to perform common tasks without the need to develop external integrations.

These tools cover functions such as:

* **Document, email, and database management.**
* **OCR.**
* **Interaction with external services (SharePoint, web, email, etc.).**
* **Memory and knowledge persistence.**
* **Web browsing.**

***

## Purpose

Built-in Tools aim to **simplify integrations** and provide **ready-to-use capabilities**, enabling you to build intelligent solutions quickly and without technical complexity.

They can be used by:

* **Agents:** to execute automated actions within a conversation.
* **Assistants:** to provide interactive and personalized responses.

***

## Key Features

* **Immediate availability:** integrated into Devic with no additional configuration.
* **Full compatibility:** can be combined within agent or assistant flows.
* **Scalability:** multitenant, robust infrastructure, and connection to external data and processes.
* **Automatic updates:** Devic maintains and updates tools without user intervention.

***

## Categories

| Category                     | Description                                                             |
| ---------------------------- | ----------------------------------------------------------------------- |
| **Knowledge Management**     | Updating and querying information (Update Knowledge, Search Knowledge). |
| **Communication**            | Sending and reading emails.                                             |
| **Documentation**            | OCR, PDF generation, text templates, file management.                   |
| **Data**                     | Databases, spreadsheets, and SharePoint connectors.                     |
| **Automation**               | Creating and controlling automated tasks and executing code.            |
| **Memory**                   | Access to short- and mid-term conversational context.                   |
| **Analysis & Visualization** | Chart generation and data visualization.                                |

***

## Example Use Case

An agent can combine multiple Built-in Tools to automate a complete workflow, for example:

1. **Read an incoming email** using *Read Emails*.
2. **Extract information** from the attachment using *OCR*.
3. **Update the knowledge base** with *Update Knowledge*.
4. **Generate a PDF report** using *PDF from HTML*.
5. **Send the result** using *Send Email*.

***

## Next Steps

<Card title="View All Tools" href="/devic/mcps/built-in-tools/tools-list">
  Browse the full list of built-in tools available in Devic.
</Card>
