# Next Steps

So you've completed this guide on getting started with Pyblish., now what? Here are some options.

* Explore [Pyblish Starter](http://pyblish.com/pyblish-starter), a minimal yet complete example pipeline developed with Pyblish.
* Continue learning from [intermediate resources](http://learn.pyblish.com) (see bottom of page).
* Join the [forums](http://forums.pyblish.com/) and delve into advanced topics, such as [Pyblish Magenta](http://forums.pyblish.com/t/pyblish-magenta/79).
* Read the [Developer Guide](https://pyblish.gitbooks.io/developer-guide/content/) to gain an understanding of the underpinnings of the framework.
* Read the API Documentation at [api.pyblish.com](http://api.pyblish.com/).
* And most importantly, enjoy!

Yours truly,\
&#x20;The Pyblish team.


---

# 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://learn.pyblish.com/next_steps.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.
