> For the complete documentation index, see [llms.txt](https://guide.geyser.fund/geyser-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.geyser.fund/geyser-docs/product-guides/project-features/add-goals.md).

# Add Goals

{% hint style="info" %}
We recently enhanced Milestones by converting them to Goals.

This introduced changes that are **not backward compatible**, so we had to remove all Milestones. If you have any questions or would like us to send you your list of old Milestones, please [contact us](/geyser-docs/contact-us.md)
{% endhint %}

### Functionalities:

* **Goals start at $0:** Don't worry about creating a Goal after you've been funded already, goals start from $0 every time you create one.
* **Set denomination**: To measure progress in the way that makes the most sense, you can choose to denominate each goal in either Sats or USD
* **Contribute to a goal**: Contributors can fund any goal of their choice. This empowers them to decide which goals to pursue first, making the process more engaging and interactive.
* **Prioritize goals**: As a creator you can decide which goal should be the default.
* **Add emoji**: because why not? let's bring Goals to life with emojis.
* **Hide/View toggle:** You can hide goals that are no longer relevant (coming soon).

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

### How to Add a Goal

1. `Log in` and go to your project page
2. Click the `Add` button in the left navigation menu, then click `Add goal`
3. Enter the **title** of the Goal, the **description**, the **amount** and the currency **denomination**
4. Leave the **status** to active, then click `Confirm`

### How to Edit a Goal

1. `Log in` and go to your project page
2. From the left-side panel, click `Goals`
3. Click the 🖊 icon (top right) to switch to edit mode.
4. Click the 🖊 icon next to a Goal to edit it

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

{% hint style="info" %}
For the sake of transparency, it is not possible to edit a completed Goal, but you can still hide it or delete it
{% endhint %}


---

# 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://guide.geyser.fund/geyser-docs/product-guides/project-features/add-goals.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.
