# Tip 2. Format the Responses

{% hint style="warning" %}
WIP
{% endhint %}

Our system understand Markdowns, and the UI will show with the markdown format differently. Therefore, if you want to make the AI have a prettier print out, you can ask the AI to print out in certain format, and also you might try to output in a mixed of format.&#x20;

* For example, the first paragraph in code block to discuss about the current situation, the next paragraph

### Best Practices for Input

| Input Field | Inputs                                                                                                                                                | Effect            |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
| Tones       | Response with the start and end of \`, and put your content in between like  \`content\` to make your content in a Italic format of markdown          | Code Block        |
| Tones       | Response with the start and end of asterisk, and put your content in between like \*content\* to make your content in a code block of markdown        | Inclined / Italic |
| Tones       | Response with the start and end of 2 asterisks, and put your content in between like \*\*content\*\* to make your content in a code block of markdown | Bold              |
| Tones       | Output 3-5 different choices by the end of your response to let the player select. Make sure every choices is different with explicit actions         | Output choices    |


---

# 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://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/tip-2.-format-the-responses.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.
