# Managing Services

- [The Basics of a Service](https://admin-docs.onestop.site/managing-services/the-basics-of-a-service.md)
- [Building the Workflow](https://admin-docs.onestop.site/managing-services/building-the-workflow.md)
- [Adding a step to your workflow](https://admin-docs.onestop.site/managing-services/building-the-workflow/adding-a-step-to-your-workflow.md)
- [User Task Types](https://admin-docs.onestop.site/managing-services/building-the-workflow/user-task-types.md)
- [Service Task Types](https://admin-docs.onestop.site/managing-services/building-the-workflow/service-task-types.md)
- [Managing Stages](https://admin-docs.onestop.site/managing-services/building-the-workflow/managing-stages.md): “Life is in different stages. Every stage of life is the foundation for the next stage of life. Every stage of life must be fully-lived.” ― Lailah Gifty Akita
- [Tutorial - Example Workflow](https://admin-docs.onestop.site/managing-services/building-the-workflow/tutorial-example-workflow.md): This page will take us through a simple workflow that we will build from scratch using Onestop
- [Managing Forms](https://admin-docs.onestop.site/managing-services/managing-forms.md): Use forms to collect data from users.
- [Using the Form Builder](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder.md)
- [Form Field Types](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/form-field-types.md): This section details the different types of fields supported in the form builder and their respective settings
- [Field Validators](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/field-validators.md): Field validators are used to enable validation of field values entered by users against your own datasets.
- [Field Dependencies](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/field-dependencies.md): Field dependencies refer to the relationship between fields in a form.
- [Form Submission Identifiers](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/form-submission-identifiers.md)
- [Field Tags](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/field-tags.md)
- [Linked Fields](https://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/linked-fields.md)
- [Sharing Form Submission Links](https://admin-docs.onestop.site/managing-services/managing-forms/sharing-form-submission-links.md)
- [Configuring Workflow Notifications](https://admin-docs.onestop.site/managing-services/configuring-workflow-notifications.md)
- [Configuring Billing](https://admin-docs.onestop.site/managing-services/configuring-billing.md): Billing allows you to setup how your customers will be charged for accessing your service.
- [Billing Task](https://admin-docs.onestop.site/managing-services/configuring-billing/billing-task.md): A billing task is the step in your workflow that generates a bill / invoice to be paid. It can be done automatically or by a human user.
- [Payment Task](https://admin-docs.onestop.site/managing-services/configuring-billing/payment-task.md): Payment Tasks allow users to make payments for generated bills.
- [Configuring Payment Forms](https://admin-docs.onestop.site/managing-services/configuring-billing/configuring-payment-forms.md): 'Manual Payments' are payments that are made without any integration to Onestop.
- [Document Templates](https://admin-docs.onestop.site/managing-services/document-templates.md)
- [Creating Document Templates](https://admin-docs.onestop.site/managing-services/document-templates/creating-document-templates.md): This page will take you through what document templates are and how to use them in Onestop
- [Using the Document Template Editor](https://admin-docs.onestop.site/managing-services/document-templates/using-the-document-template-editor.md)
- [Designing a Document Layout](https://admin-docs.onestop.site/managing-services/document-templates/designing-a-document-layout.md)
- [Using Document QR Codes](https://admin-docs.onestop.site/managing-services/document-templates/using-document-qr-codes.md)
- [Context Tags](https://admin-docs.onestop.site/managing-services/context-tags.md)
- [Managing Workflow Access for Teams](https://admin-docs.onestop.site/managing-services/managing-workflow-access-for-teams.md)
- [Advanced Settings](https://admin-docs.onestop.site/managing-services/advanced-settings.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://admin-docs.onestop.site/managing-services.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.
