# What’s next?

If you’ve made it all the way to the end, or just skipped ahead, here are ideas for next steps:

1. [Join our Slack Community](https://join.slack.com/t/ice-1mh7029/shared_invite/zt-1guya9qf7-y_N0Uv0nEt3vMTuaXp5k3Q)
2. Make a pull request to
   1. [ICE on Github](https://github.com/oughtinc/ice)
   2. [The Primer on Github](https://github.com/oughtinc/primer)
3. [Apply for a role at Ought](https://ought.org/careers)


---

# 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://primer.ought.org/appendix/whats-next.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.
