# Getting Started

- [Becoming a Publisher](https://docs.stork.network/getting-started/becoming-a-publisher.md): Contributing data to Stork.
- [Becoming a Subscriber](https://docs.stork.network/getting-started/becoming-a-subscriber.md): Consuming data from Stork.
- [Putting Data On-Chain](https://docs.stork.network/getting-started/putting-data-on-chain.md): Various methods for putting off-chain Stork signed data on-chain.
- [Accessing Data On-Chain](https://docs.stork.network/getting-started/accessing-data-on-chain.md): Using Stork data in your smart-contract.


---

# 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://docs.stork.network/getting-started.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.
