> For the complete documentation index, see [llms.txt](https://help.manu.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.manu.co/learn/manual/triggers/trigger.md).

# Trigger

You can compose triggers using already created triggers as internal conditions of other triggers. By combining in this way you can create your own events in the game. Triggers of this kind work according to the same principles as other trigger conditions:

* When all internal conditions of a trigger are met, it is considered to be working
* When at least one condition is not met - it is considered to be non-working. Triggers can be combined using the same Boolean expressions and groupings as in regular triggers

<figure><img src="/files/yYZfuF2qBdeODeGA5SLl" alt=""><figcaption></figcaption></figure>

As in other triggers, you can use all trigger modes.

#### Started

![](/files/h4D0YtxnZ62l1S4jPHZT)

Trigger activates as soon as all internal conditions of the trigger have been fulfilled and the trigger has started its work.

#### Continue

![](/files/KayXFmtIWV25VWe7csDq)

Trigger activates as soon as all internal conditions of the trigger operation have been met and the trigger is still operating.

#### Ended

![](/files/lS2pMuYn0O3y7EUhLo9X)

Trigger activates as soon as all internal conditions of the trigger have been fulfilled and the trigger has stopped executing

Trigger links from triggers in Game Flow actually use such triggers . You can choose to use this trigger in a more convenient way.

<figure><img src="/files/4J1DcX5dQhsfWP8wOE1T" alt=""><figcaption></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://help.manu.co/learn/manual/triggers/trigger.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.
