# Open GoClaw

After successfully creating a Deka Claw instance, users can access GoClaw to manage and configure Deka Claw settings, including Provider, Agent, and Channel configurations.

There are several ways to access GoClaw. This guide describes two methods that can be used to open the GoClaw dashboard.

## Accessing GoClaw

### Method 1 : Accessing GoClaw via the Telegram Icon

Click the **Telegram** icon on the instance list page to open GoClaw.

<figure><img src="/files/p9KLer1QerpGWQukQAA8" alt=""><figcaption></figcaption></figure>

After clicking the Telegram icon, the system will display the **GoClaw Login** page.

<figure><img src="/files/uBaffsfMObVdAhdgPKvF" alt=""><figcaption></figcaption></figure>

### Method 2 : Accessing GoClaw via the Preview Page

On the Instance page, locate the Deka Claw instance you want to access. Click the Open/Preview icon in the Actions column.

<figure><img src="/files/HmnzKfymdLvIE0KBUiHS" alt=""><figcaption></figcaption></figure>

The system will display the **Detail Deka Claw page** and open the **Preview** section. Click the Open in New Tab icon next to the Preview menu to open GoClaw.

<figure><img src="/files/TJxESqOZd9ZA4cUizq2c" alt=""><figcaption></figcaption></figure>

The system will display the **GoClaw Login** page in a new browser tab.

<figure><img src="/files/4IKPLjBuXlio37obq4Iu" alt=""><figcaption></figcaption></figure>

## Login Method

After accessing the GoClaw Login page, users can sign in using the available authentication method.

### Method 1 : Token Login

To obtain the Gateway Token, go to the **Instance Detail** page and locate the **API Key** section under **Gateway**. Click the copy icon or the **Copy API Key** button to copy the available API key.

<figure><img src="/files/ErioErINtNWdDxdfXGW5" alt=""><figcaption></figcaption></figure>

On the **GoClaw Login** page, select the **Token** tab, enter the **Gateway Token** (the **User ID** field will be automatically filled with `system`), then click **Connect** to access the GoClaw Dashboard.

<figure><img src="/files/EDAD1Do30C91SEF9U8U0" alt=""><figcaption></figcaption></figure>

Once the connection is successful, the system will display the **GoClaw Dashboard** page. From the dashboard, you can manage and configure **Providers**, **Agents**, and **Channels** based on your requirements.

<figure><img src="/files/bnKTZBo9ov5OofWNFJSW" alt=""><figcaption></figcaption></figure>


---

# 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/open-goclaw.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.
