# Welcome!

Hey, I'm the cute robot. What can I do?\
Well... anything! I can help you to build your own commands and behaviors.\
For example, you can make a [sketch](/mycuterobot/tutorials/create.md) to automatically [greet people](/mycuterobot/examples/usertext.md)\
![](https://i.imgur.com/bPGLkIS.jpg)

Or make a [sketch](/mycuterobot/tutorials/create.md) to [Welcome people](/mycuterobot/examples/memberjoin.md) when they join your server\
![](https://i.imgur.com/VbIS3q0.jpg)

With almost no effort!

## But how to build a [sketch](/mycuterobot/tutorials/create.md) with custom behavior?

Well, you need to first make your first [sketch](/mycuterobot/tutorials/create.md). Check this [quick start](/mycuterobot/quick-start.md) out

## More Examples?

We have some useful examples of how you can build a sketch [Click here](/mycuterobot/examples.md)

## Feeling Confused?

No worries. We got your back. Join [our Support Server](https://discord.com/invite/bKQPWb99b7) to answer your questions

## Want to jump right in?

Feeling like an eager beaver? Jump in to the "quick start" docs and get going with your first [sketch](/mycuterobot/tutorials/create.md):

{% content-ref url="/pages/swrCaRjHeMMkyI0E3iM6" %}
[Quick Start](/mycuterobot/quick-start.md)
{% endcontent-ref %}


---

# 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://abdi-dev.gitbook.io/mycuterobot/readme.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.
