> For the complete documentation index, see [llms.txt](https://docs.simplespa.net/simplespa-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplespa.net/simplespa-documentation/fundamentals/forms/assigning-to-a-service.md).

# Assigning to a Service

After you have created a form you will want to assign it to the respective service that is associated with this. If you have created a consent form for Microblading, then you should select the Microblading service and click the edit button, you will notice on the right of the popup a section called Forms, here it shows all the Forms which you have assigned and you can assign as many Forms that this service requires. So in this situation you would be adding a Consent Form, and also Pre-Treatment Questions for your clients to fill out.

You can batch assign forms to multiple services directly from the Forms page, Select the Form you would like to assign, and then click on the Links Tab. Here you can quickly associate and disassociate any form with a service quickly

## Links Tab

When editing a form, click on the Links tab, this is ideal for multiple services that need to be assigned or unassigned a form

<figure><img src="/files/zsr1RlWZOHb9T4Fw3fJn" alt=""><figcaption><p>The Links Tab in the Edit Form prompt</p></figcaption></figure>

## Service

Forms can be added per service in the Services page, select a service and then in the Forms section click on the +Forms button

<figure><img src="/files/zssJUsCe5mE1CFsoxQVx" alt=""><figcaption><p>The Forms section within a selected service in the Edit Services prompt in the Services page</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplespa.net/simplespa-documentation/fundamentals/forms/assigning-to-a-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
