# What is Clawd Bot

**The Shift from Chat to Action**

The current landscape of Artificial Intelligence is dominated by chatbots. These models are excellent at conversation, summarization, and generating text. However, they lack agency. They are trapped within a browser tab, unable to interact with the real world or your local environment.

Clawd Bot represents the next evolution. It is a sovereign agent designed to execute tasks, not just discuss them.

Clawd Bot is built on three fundamental pillars:

**Local Sovereignty**\
Your AI should run where you work. Clawd Bot installs directly on your machine, be it macOS, Windows, or Linux. It is not a cloud service that processes your data on a remote server. It is a local utility that reports only to you.

**Action Oriented**\
While Clawd Bot can converse fluently, its primary purpose is execution. It is equipped with tools to manipulate files, control web browsers, run shell commands, and interact with APIs. If a task can be performed on a computer, Clawd Bot can learn to do it.

**Platform Agnostic**\
You should not have to switch context to use your AI. Clawd Bot integrates into the communication platforms you already use. Whether you are on Telegram, Slack, or Discord, Clawd Bot is available as a contact in your list, ready to accept commands.


---

# 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://docs.clawdtoken.xyz/1-overview/what-is-clawd-bot.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.
