# Step by step

- [Manage your User Account](https://docs.apinity.io/step-by-step/manage-your-user-account.md)
- [Signup / Login](https://docs.apinity.io/step-by-step/manage-your-user-account/signup-login.md)
- [Edit your Profile](https://docs.apinity.io/step-by-step/manage-your-user-account/edit-your-profile.md)
- [Change your Password](https://docs.apinity.io/step-by-step/manage-your-user-account/change-your-password.md)
- [Reset your Password](https://docs.apinity.io/step-by-step/manage-your-user-account/reset-your-password.md)
- [Manage your Workspace](https://docs.apinity.io/step-by-step/manage-your-workspace-overview.md)
- [Create a Workspace](https://docs.apinity.io/step-by-step/manage-your-workspace-overview/create-a-workspace.md)
- [Edit Workspace Details](https://docs.apinity.io/step-by-step/manage-your-workspace-overview/edit-workspace-details.md)
- [Manage Users](https://docs.apinity.io/step-by-step/manage-your-workspace-overview/manage-users.md)
- [Provide a Service](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace.md)
- [APIs](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/add-an-api.md): An API is the technical representation of a product. APIs can belong to one or more Services.
- [Add a Service](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/add-a-service.md): A service is the marketing representation of a product and its features.
- [Service Configuration](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/add-a-service-2.md): A service is the marketing representation of a product and its features.
- [Add a Plan](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/add-a-plan.md): A plan is the commercial representation of a service. In a plan, you associate APIs to the service, and define the pricing and limits of consumption.
- [Adding Plans](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/add-a-plan-1.md): A plan is the commercial representation of a service. In a plan, you associate APIs to the service, and define the pricing and limits of consumption.
- [Preview & Publish](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/preview-and-publish-your-services-and-plans.md)
- [Preview](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/preview-and-publish-your-services-and-plans/preview.md)
- [Submit](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/preview-and-publish-your-services-and-plans/submission.md)
- [Cancellation & Rejection](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/preview-and-publish-your-services-and-plans/cancellation-and-rejection.md)
- [Edit existing Services or Plans](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/edit-existing-services-or-plans.md)
- [Subscription approval](https://docs.apinity.io/step-by-step/provide-a-service-on-the-marketplace/subscription-approval.md)
- [Subscribe and Consume a Service](https://docs.apinity.io/step-by-step/subscribe-and-consume-a-service.md)
- [Subscribing to a Service](https://docs.apinity.io/step-by-step/subscribe-and-consume-a-service/subscribing-to-a-service.md)
- [Consumer Clients](https://docs.apinity.io/step-by-step/subscribe-and-consume-a-service/consumer-clients.md)
- [Consuming an API (technical Implementation)](https://docs.apinity.io/step-by-step/subscribe-and-consume-a-service/consume-an-api-technical-implementation.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.apinity.io/step-by-step.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.
