> For the complete documentation index, see [llms.txt](https://docs.wepin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wepin.io/en/wepin/workspace.md).

# Workspace

Wepin Workspace is Wepin's admin dashboard that offers various features to help service providers (app developers) efficiently manage widgets and wallets integrated with Wepin. Detailed functions of the workspace can be found on the respective pages below.

* [**App Registration and Key Issuance**](/en/wepin/workspace/app-registration-and-key-issuance.md): The procedure for registering app information in the workspace to manage wallets linked to the app.
* [**Networks and Assets Addition**](/en/wepin/workspace/add-networks-and-assets.md): Manage the asset list displayed to users by configuring blockchain information connected to the integrated Wepin wallet.
* [**Widget Design**](/en/wepin/workspace/widget-design.md): A feature that allows customization of the widget's UX/UI.


---

# 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.wepin.io/en/wepin/workspace.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.
