> For the complete documentation index, see [llms.txt](https://docs.getgymini.com/gymini/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgymini.com/gymini/features/features-overview/pipelines-and-opportunities/viewing-and-adding-notes-to-opportunities.md).

# Viewing and Adding Notes to Opportunities

**Introduction**

Keeping track of essential details is crucial when managing opportunities in Gymini. The notes feature allows you to add and view notes directly from the opportunity board, helping you maintain a detailed record of each opportunity. This guide will show you how to use this feature effectively.

**Accessing the Notes Section**

1. **Navigate to the opportunity board**: Start by going to your opportunity board where all your opportunities are listed.
2. **Select an opportunity**: Find the opportunity card you want to add notes to or view notes for.
3. **Open the notes section**: Click on the "+" icon located at the top of the opportunity card to access the notes section.

**Viewing and Adding Notes**

1. **View existing notes**: In the notes section, you can see all the notes that have been previously added to the opportunity.
2. **Add new notes**: To add new notes, simply type your notes in the provided space.
3. **Save your notes**: After entering your notes, click "Update" to save them to the opportunity.

**Conclusion**

Adding notes to your opportunities in Gymini is a straightforward process that helps in keeping all necessary information in one place, facilitating better management and tracking of opportunities. Make it a habit to update notes regularly to ensure that all relevant details are captured accurately.

<br>


---

# 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.getgymini.com/gymini/features/features-overview/pipelines-and-opportunities/viewing-and-adding-notes-to-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.
