# Tools

### Basic Tools

Basic Tools are everyday text-to-text AI tools that users can enable from the tools repository. These tools help users with common tasks like:

* **Text Summarization**: Condense long articles into key points
* **Content Rewriting**: Rephrase text while maintaining the original meaning
* **Language Translation**: Translate between different languages
* **Grammar Correction**: Fix grammar and spelling errors
* **Question Answering**: Get direct answers to specific questions
* **Writing Assistant**: Help with writing emails, articles, or other content
* **Text Analysis**: Analyze tone, sentiment, and readability
* **Life Coach**: Help users with personal development and goal setting
* **Commentator**: Provide insightful commentary and analysis on various topics

### Custom Tools

Custom Tools enable users to create their own text-to-text AI tools with customizable configurations. Like Basic Tools, Custom Tools process text input and generate text output, but with user-defined settings:

* **Custom Prompts**: Users can write specialized prompts that guide how the AI processes input
* **AI Model Selection**: Choose which AI model to use for the tool
* **Conversation Mode**: Toggle whether the tool maintains conversation context
* **Use Case Examples**:
  * A customer service template generator with company-specific tone and format
  * A specialized text analyzer for medical reports
  * A custom content rewriter that follows specific brand guidelines
  * A document formatter that matches internal documentation standards

### Advanced Tools

Advanced Tools provide enhanced functionality to further improve user productivity. Currently, this category includes:

* **Documents**: A powerful content management system that allows users to:
  * Create documents to build your knowledge base
  * Add chat messages to specific documents that you have created
  * Use documents as contextual references for AI conversations
  * Edit and update saved documents
  * Export documents in different formats

All document data is securely stored in a cloud database and will never be lost unless you delete it.

More advanced tools are under development and will be added in future updates to provide additional specialized functionality for professional users.

Popai offers different tool access privileges across our subscription tiers, for more details, please visit [popai.one/pricing](https://popai.one/pricing)


---

# 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://xriddle.gitbook.io/popai/tools.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.
