# Edit

Edit a message

### Inputs

This step needs some input to work properly when you attempt to add this step in the sketch

| Input           | Description                                         | Type                                      |
| --------------- | --------------------------------------------------- | ----------------------------------------- |
| Message to edit | This will be the message that's going to be edited. | [Message](/mycuterobot/inputs/message.md) |
| New Content     | This will be the message's new content              | [Text](/mycuterobot/inputs/text.md)       |


---

# 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/steps/message/editmessage.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.
