> 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/your-project-guides/step-by-step-tutorials.md).

# Step-by-Step Tutorials

This is the place to deep-dive into various aspects of your Geyser project in order to make it even more successful.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How to Launch Strong (and Avoid a Slow Start)</strong></td><td>A weak first 72 hours dramatically reduces long-term funding outcomes.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FcC5CaCiABg77pVgdlwA8%2Fstrong.jpg?alt=media&amp;token=5d7178a4-964e-41f2-b7db-7cb59d33a871">strong.jpg</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-launch-strong.md">How to Launch Strong</a></td></tr><tr><td><strong>How to write a great Story</strong></td><td>Stories aren't just a way to entertain. They bind us.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FWw99ZxO3CPUzkDSyIArA%2FHow%20to%20write%20a%20great%20story.png?alt=media&amp;token=dcdd399b-036a-4696-be8c-d62a2427b220">How to write a great story.png</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-write-a-great-story.md">How to write a great Story</a></td></tr><tr><td><strong>How to leverage the power of Products</strong></td><td>Projects with products raise an average of 3.3 times more than those without.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FbeCeJCnHN0vdV87FCqkF%2FRewards.png?alt=media&amp;token=c00f4a4a-772a-495a-95de-763f6bbe0412">Rewards.png</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-sell-products.md">How to sell Products</a></td></tr><tr><td><strong>How to market your project</strong></td><td>Marketing isn't easy, but it's essential for the success of your project.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FZzwFnPfxxV9fq9aMlmXW%2FGroup%20289569.png?alt=media&amp;token=8a7a75e6-8c91-41cc-8ec8-942d00437ac4">Group 289569.png</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-market-your-project.md">How to market your project</a></td></tr><tr><td><strong>How to Convert Supporters Into Long-Term Backers</strong></td><td>The real compounding effect comes from repeat supporters, word-of-mouth, and ongoing trust.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FF8QyXbRjdoKJJwGP85gI%2FSustainable.jpg?alt=media&amp;token=90b72410-cafe-4b4b-8d3a-af8a21c6eb55">Sustainable.jpg</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-convert-supporters-into-long-term-backers.md">How to Convert Supporters Into Long-Term Backers</a></td></tr><tr><td><strong>Writing Impact Reports</strong></td><td>Impact reports are short but powerful updates that help your supporters stay connected.</td><td></td><td><a href="https://3192396964-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOAaCX9vJSkCVyXOvYV2g%2Fuploads%2FsHXTxdibnC8CqU5ZaLhN%2FWrite%20Entry.png?alt=media&amp;token=361d89b0-5be9-4b2f-892c-189578ec2fe6">Write Entry.png</a></td><td><a href="/geyser-docs/your-project-guides/step-by-step-tutorials/writing-impact-reports-why-they-matter-and-how-to-do-them.md">Writing Impact Reports: Why They Matter and How to Do Them</a></td></tr></tbody></table>


---

# 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/your-project-guides/step-by-step-tutorials.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.
