# First Steps

- [Getting Started](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/getting-started.md): Helpful advice and an introduction for first-time users of the B2Bsellers Suite.
- [Concept of Extensions](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/concept-of-extensions.md)
- [Setups](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/dockware-setup-docker.md)
- [Store-API Protection](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/store-api-protection.md): For IT security, it is important that APIs are secure. Since we have transitioned many functions to the Store API for the B2B platform, we have developed tools to help you secure the API.
- [Example Plugin](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/example-plugins.md)
- [B2B Context & Permissions](https://docs.b2b-sellers.com/b2b-platform/developer-guide/first-steps/b2b-context-and-permissions.md)


---

# 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.b2b-sellers.com/b2b-platform/developer-guide/first-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.
