# Setting Up Decisions

Add a 'Decisions' step to your model once you've got data you want to make decisions with.

It will allow you to make decisions based on the inputs in your model, so that you can decide which prices are valid, which customers are eligible for certain cover or benefits, empower your team to make the right decisions offline and share information with your policy management systems.

<figure><img src="/files/7JiS4Q8Lytph8kXXgZH0" alt="" width="375"><figcaption><p>Choose your 'Decisions' step</p></figcaption></figure>

## Learn more about Decisions steps:

[Exclusions](/swallow/build/setting-up-decisions/exclusions.md)

[Excesses](/swallow/build/setting-up-decisions/excesses.md)

[Endorsements](/swallow/build/setting-up-decisions/endorsements.md)

[Refer](/swallow/build/setting-up-decisions/refer.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://swallow-1.gitbook.io/swallow/build/setting-up-decisions.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.
