2026-07-14 13:59:47 +08:00
# nanobot Task Guides
2026-07-08 15:23:34 +08:00
2026-07-14 13:59:47 +08:00
Start with [Install and Quick Start ](../quick-start.md ) and get one reply before using a guide below. Each guide targets one outcome; linked reference pages hold the complete option tables and edge cases.
2026-07-08 15:23:34 +08:00
2026-07-14 13:59:47 +08:00
## Start and Use
2026-07-08 15:23:34 +08:00
| Goal | Guide |
|---|---|
| Build a personal AI agent | [Build a personal AI agent ](./build-a-personal-ai-agent.md ) |
| Use the browser workbench | [AI agent WebUI ](./ai-agent-webui.md ) |
2026-07-14 13:59:47 +08:00
| Run a self-hosted AI agent | [Self-hosted AI agent ](./self-hosted-ai-agent.md ) |
| Run a sustained goal | [Long-running AI agent ](./long-running-ai-agent.md ) |
| Add long-term memory | [AI agent memory ](./ai-agent-memory.md ) |
2026-07-08 15:23:34 +08:00
2026-07-14 13:59:47 +08:00
## Connect a Chat App
Use **Settings → Channels** in the WebUI for guided setup. These guides explain the account, bot, token, permission, and test-message steps on each platform.
2026-07-08 15:23:34 +08:00
| Goal | Guide |
|---|---|
| Connect chat apps | [Chat app AI agent ](./chat-app-ai-agent.md ) |
| Connect Telegram | [Telegram AI agent ](./telegram-ai-agent.md ) |
| Connect Discord | [Discord AI agent ](./discord-ai-agent.md ) |
| Connect Slack | [Slack AI agent ](./slack-ai-agent.md ) |
2026-07-08 16:32:45 +08:00
| Connect Feishu | [Feishu AI agent ](./feishu-ai-agent.md ) |
| Connect WhatsApp | [WhatsApp AI agent ](./whatsapp-ai-agent.md ) |
2026-07-08 15:23:34 +08:00
| Connect WeChat | [WeChat AI agent ](./wechat-ai-agent.md ) |
2026-07-08 16:32:45 +08:00
| Connect QQ | [QQ AI agent ](./qq-ai-agent.md ) |
2026-07-08 15:23:34 +08:00
| Connect Email | [Email AI agent ](./email-ai-agent.md ) |
| Connect Mattermost | [Mattermost AI agent ](./mattermost-ai-agent.md ) |
2026-07-14 13:59:47 +08:00
## Integrate from Code
| Goal | Guide |
|---|---|
2026-07-08 15:23:34 +08:00
| Run from Python | [Python AI agent SDK ](./python-ai-agent-sdk.md ) |
| Expose `/v1/chat/completions` | [OpenAI-compatible agent API ](./openai-compatible-agent-api.md ) |
2026-07-14 13:59:47 +08:00
## Configure and Operate
2026-07-08 15:23:34 +08:00
| Goal | Guide |
|---|---|
| Add MCP tools | [Configure MCP tools ](./configure-mcp-tools.md ) |
| Enable web search | [Configure web search ](./configure-web-search.md ) |
| Add model fallback | [Configure model fallback ](./configure-model-fallback.md ) |
| Add an OpenAI-compatible provider | [Configure an OpenAI-compatible provider ](./configure-openai-compatible-provider.md ) |
| Add Langfuse tracing | [Configure Langfuse observability ](./configure-langfuse-observability.md ) |
| Secure local tools | [Secure a local AI agent ](./secure-local-ai-agent.md ) |
| Deploy the gateway | [Deploy nanobot gateway ](./deploy-nanobot-gateway.md ) |