> 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/mac-fundamentals/opportunities.md).

# Opportunities

- [What is an Opportunity?](https://docs.daylite.app/help/mac-fundamentals/opportunities/what-is-an-opportunity.md): An Opportunity in Daylite tracks a potential sale — its status, Value, Probability, and Forecasted Close Date — so you can move deals through a Pipeline, forecast revenue, and see why you win or lose.
- [How to Create an Opportunity](https://docs.daylite.app/help/mac-fundamentals/opportunities/how-to-create-an-opportunity.md): How to create an Opportunity in Daylite on Mac, iPhone, and iPad — where to start one, which fields matter, and how to assign a Pipeline.
- [Opportunity Fields and Options](https://docs.daylite.app/help/mac-fundamentals/opportunities/opportunity-fields-and-options.md): A field-by-field guide to every option on a Daylite Opportunity — Name and Details, Categories, Keywords and Type, Roles, Owner, dates, tasks, Pipelines, and Activity Sets.
- [Estimates and Value](https://docs.daylite.app/help/mac-fundamentals/opportunities/estimates-and-value.md): How to capture what an Opportunity is worth in Daylite — a quick Value entry or a detailed Estimate built from your saved Products and Services.
- [Opportunity Fields: Value, Probability, and Dates](https://docs.daylite.app/help/mac-fundamentals/opportunities/opportunity-fields-value-probability-and-dates.md)
- [Opportunity Types, States, and State Reasons](https://docs.daylite.app/help/mac-fundamentals/opportunities/opportunity-types-states-and-state-reasons.md)
- [The Opportunities Board](https://docs.daylite.app/help/mac-fundamentals/opportunities/the-opportunities-board.md)
- [Pipelines](https://docs.daylite.app/help/mac-fundamentals/opportunities/pipelines.md)


---

# 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/mac-fundamentals/opportunities.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.
