> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/sales-guide/opportunities/opportunity-state-reasons.md).

# Opportunity State Reasons

Whenever the **state** of an Opportunity is changed from Open to Won, Lost, Abandoned or Suspended, the user is provided with a list of possible reasons why the state was changed. For example, if the Opportunity's state is set to Won, then there could a number of reasons why it was successful.

For example:

* You offered the best price.
* Your service offering was better than the competition.
* You won the tendering process.
* You won because it was a direct referral.

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

You can customize the list of **state change reasons** to fit your specific business. This can be done by navigating to **Settings > Opportunities > Opportunity State Reasons**.&#x20;

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

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

&#x20;There are three reasons why you should consider customising the State Reasons for your business.

### Consistency

If you create a list of valid reasons why an Opportunity is Won or Lost it will provide consistent data.&#x20;

### Valuable knowledge

You gain important visibility into the reasons why you win or lose Opportunities. You can use this data to help make decisions about your services.&#x20;

For example, if you are losing Opportunities based on price, then it might be a good exercise to look at your pricing structure vs. your competitor's pricing structure.

### Searching

Once you have collected state reasons for your Opportunities, you can easily create smart lists to bring up the Opportunities related to specific reasons.

<figure><img src="/files/8SW12MX8PqQWuK6QGN4C" 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://docs.daylite.app/help/sales-guide/opportunities/opportunity-state-reasons.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.
