# Robot Creative Workshop

To create a high-quality robot in MyShell, it only takes a few minutes:

* Define the core: In the "Definition" panel, use the automatic definition function to complete the definition of prompts and other configurations in one minute.
* Decorate the appearance: In the "Profile" panel, add information such as avatar, introduction, and greeting for your robot.
* Give it a voice: In the "Voice" panel, choose high-quality preset voices or upload a 20-second audio to clone a unique voice.
* Expand the links: In the "Application Software Integration" panel, easily deploy your robot on other platforms.

If you pursue the ultimate performance of the robot, "Advanced Settings" will be your paradise:

* Choose a model: You can choose different language models to meet your needs.
* Advanced definition: By editing the prefix and suffix of the prompt, you can greatly improve the performance of the robot.
* External brain: In the "Knowledge Base" panel, you can fill the robot with information in specific fields to help it break through the limitations of language models.


---

# 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://myshell-wiki.gitbook.io/myshell/product-manual/robot-creative-workshop.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.
