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