# Getting Started

Deka Claw enables users to create, configure, and manage AI-powered bots through an integrated platform. Before using a bot, users need to create a Deka Claw instance and complete the required configurations based on their use case.

After creating an instance, **users can either access GoClaw directly** or **continue managing instance configurations through the Detail Deka Claw page.**

The **Detail Deka Claw** page provides access to instance-related configurations, including Provider, Agent, and Channel management. Meanwhile, **GoClaw** provides a dashboard for accessing and managing the bot environment.

To get started with Deka Claw, refer to the following guides:

* [**Create Deka Claw**](/guidance-for-individual/deka-claw/create-deka-claw.md) – Create a new Deka Claw instance and complete the required initial configuration.
* [**Open GoClaw**](/guidance-for-individual/deka-claw/open-goclaw.md) – Access the GoClaw dashboard using the available access and login methods.
* [**Provider** ](/guidance-for-individual/deka-claw/detail-deka-claw/provider.md)– Configure and manage AI providers used by the bot.
* [**Agent** ](/guidance-for-individual/deka-claw/detail-deka-claw/agent.md)– Create and manage AI Agents that define bot behavior and AI model settings.
* [**Channel** ](/guidance-for-individual/deka-claw/detail-deka-claw/channel.md)– Configure communication channels used by the bot, such as Telegram.

For detailed instructions, refer to the corresponding guide for each feature.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cloudeka.ai/guidance-for-individual/deka-claw/getting-started.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.
