# Common Operations

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

***

1. **Edit Personal Information**\
   After registering, click on your profile picture in the top-right corner to access the user information editing page. Here, you can complete your personal details (such as your avatar, introduction, etc.) to make your account more personalized.
2. **Favorite Projects**\
   On a project’s page, click the "Favorite" button to save interesting projects to your personal favorites for easy future access and management from your personal page.
3. **Rate and Comment**\
   Go to a project’s page to rate the project (e.g., 1–5 stars) and leave a comment, sharing your experience and insights with the community. This helps other users better understand the project’s quality.
4. **Download Projects**\
   Click the "Download" button to download purchased or free projects. The files will be stored directly on your local device, ready for use at any time.
5. **Post Updates**\
   On the "Discover" page, click the "Publish" button to share updates, including text, images, or project information. Interact with the community to gain more attention and feedback.
6. **Comment and Interact**\
   Add comments under posts to interact with the publisher or like other users’ posts to show your support and appreciation.
7. **Switch Languages and Themes**\
   Use the toolbar at the top of the page to switch between dark/light themes to suit different scenarios. You can also switch between multiple languages to enhance your user experience.


---

# 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.cload.one/quick-start/common-operations.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.
