# Concepts

Use these pages to understand the main pieces of Journey configuration and how each one behaves in the builder.

## Pages in this section

* [Entry rules](/journey/concepts/entry-rules.md)
* [Exit rules](/journey/concepts/exit-rules.md)
* [Wait](/journey/concepts/wait.md)
* [Segment](/journey/concepts/segment.md)
* [Pause Until](/journey/concepts/pause-until.md)
* [Activate](/journey/concepts/activate.md)
* [Stop](/journey/concepts/stop.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://docs.dinmo.io/journey/concepts.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.
