> For the complete documentation index, see [llms.txt](https://wiki.simpler.grants.gov/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.simpler.grants.gov/product/api/simpler-grants-api-tutorial/you-did-it.md).

# You did it!

You've successfully taken your first steps to become a full fledged Simpler Grants API developer! This is just the beginning of what you can build with access to federal grant data.

We're excited to see what you'll create, and we're here to help along the way. Don't hesitate to reach out with questions, ideas, or feedback.

Happy coding!

### What's Next?

Now that you've made your first API call, here's where you can go next:

#### Learn More About Our APIs

* [**Opportunity Search API**](/product/api/search-opportunities.md) - Deep dive into searching for grants
* [**Extract API**](/product/api/extracts.md) - Download bulk data for analysis

#### Get Involved

* [**Join the Simpler.Grants.gov Community**](https://forum.simpler.grants.gov/)
* [**Help us improve by reporting bugs or problems**](https://github.com/HHS/simpler-grants-gov/issues/new?template=1_bug_report.yml)
* [**Contibute to help wanted issues on our open source repository**](https://github.com/HHS/simpler-grants-gov/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22%20)

#### 📖 Additional Resources

* [**OpenAPI Documentation**](https://api.simpler.grants.gov/docs)
* [**GitHub Repository**](https://github.com/HHS/simpler-grants-gov)


---

# 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://wiki.simpler.grants.gov/product/api/simpler-grants-api-tutorial/you-did-it.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.
