# 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](https://guide.geyser.fund/geyser-docs/contact-us)
{% 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="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FZInj4WkOTrnSmpBTFa5s%2Fxxx.png?alt=media&#x26;token=54a31b78-bbc5-41d6-87dc-dfa5a964f1f5" 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="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FxRU9EEp1jfRXxoCc2sdR%2FTemplate(24).png?alt=media&#x26;token=6b0be0b6-e311-49e9-a159-7272628e7697" 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: 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://guide.geyser.fund/geyser-docs/product-features/project-features/add-goals.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.
