> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/actions-guide/stage-2-custom-actions/simple-actions.md).

# Simple actions

Steps to add simple actions to your Convai character:-

* Select your Convai Character and navigate to the Details panel. Within this interface, locate the `Convai Info` section.

<figure><img src="/files/fgb6he0D3RuLFLBpYf5B" alt="" width="296"><figcaption><p>Convai Info section in Outliner.</p></figcaption></figure>

* Select the `Add Element` icon `(+)` and input the desired action you wish to execute. For example, `Print.`

<figure><img src="/files/ApfaLcHZB1ESEpIWCHXg" alt="" width="291"><figcaption><p>Custom Action</p></figcaption></figure>

* Open the character blueprint to which you have just now added the action.
* Add a new event with the same name. `Print` in this case and define the logic for the function you just named and run the function `Handle Actions Completion` with `Is Successful` set to true.<br>

  <figure><img src="/files/h8wpPDxl82E6FR5CuSqE" alt=""><figcaption><p>Print action implementation</p></figcaption></figure>
* Hit compile and ask your Convai Character to perform the action.

<figure><img src="/files/mKmUfBJTra2z3HWupCGW" alt=""><figcaption><p>The Convai Character Prints when asked to perform.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/actions-guide/stage-2-custom-actions/simple-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
