> 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/launch-a-project/edit-your-project-info.md).

# Edit your project info

To edit your project information, you need to `Log in` and go to your project page. Then, click the `Edit project` button in the left navigation menu.

### Project Description

In `Description` tab you can edit **title**, project **identifier**, **description**, and **images**.

### Links & Tags

In `Links & tags` tab you can edit **links**, **tags**, and **region**.

### Story

In the `Story` tab you can edit your project **Story**. [Click here](/geyser-docs/product-guides/launch-a-project/step-by-step-how-to-create-a-project.md) for a dedicated guide.

### Status

In the `Status` tab you can `Activate` or `Deactivate` your project.

{% hint style="info" %}
If you deactivate your project, others will not be able to fund it, but it will still be visible. You can reactivate your project at any time.
{% endhint %}

### Reward

In the `Reward` tab you can change the denomination of your rewards from `USD($)` to `BTC(sats)` and vice versa.

{% hint style="warning" %}
When you change the denomination in the `Reward` tab, the price of all your rewards will be converted according to the current exchange rate
{% endhint %}

### Nostr settings

In the `Nostr settings` tab you can to copy your project's **npub** (public key) or export your project's **nsec** (private key).

{% hint style="danger" %}
If you leak your nsec (private key) the project risks being compromised, and there is nothing Geyser can do to prevent it. Anyone holding the nsec can post on the project's behalf.&#x20;
{% endhint %}

### Project settings

In the `Project settings` tab you can view the project creator's email, and you can **delete** the project.&#x20;

{% hint style="info" %}
The project email is the same as the project creator's email. To edit it, follow the same instruction for [verifying your email](/geyser-docs/product-guides/getting-started/verify-your-email.md)
{% 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/launch-a-project/edit-your-project-info.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.
