> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/cwallet-tools/request/how-to-create-and-manage-request.md).

# How to Create and Manage Request

### Create a request

**Here is a guide of creating a request:**

**1.** Log in to [Cwallet](https://cwallet.com/), navigate to **Tools**, select **Request**, click **+Create Request** to start creating.

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

**2.** Fill in the information related to the request and click **Create** to create the request.&#x20;

**Request Title:** Indicate the purpose of this request. Let others know what is paid for and make you manage the request better in the dashboard.

**Select Currency:** Choose the fiat currency for the price standard.

**Enter Amount:** Enter the payment price based on the fiat currency.

**Payment Request Description:** Give your request a detail description or you may leave other messages here.

![](/files/7ebAIYB2uniDeYUPx45j)

**3.** Now you have successfully create a request! Share the request to others via Twitter, Telegram, link, or save the payment code.&#x20;

![](/files/qTvHS6SUN0dzQyv57EAq)

### View and manage your request

In the dashboard, you can view all the requests you created, the total income of each request is clear at a glance, in addition, you may check each request code and transaction record as well. Easily manage all of your requests!

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

&#x20;

&#x20;

&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cwallet.com/cwallet-tools/request/how-to-create-and-manage-request.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
