> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service/activate-the-service.md).

# Activate the service

## Introduction

This page is **part 6** of the instruction set for [adding a Patchworks service](/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service.md):

<table><thead><tr><th width="221.5">Part #</th><th width="249.5">Link to instructions</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/kxD2tYMum1HQudXgmx9h">Add a default service</a></td></tr><tr><td>2</td><td><a href="/pages/v5rGyrnZ8XdIXknu01sQ">Configure service settings</a></td></tr><tr><td>3</td><td><a href="/pages/agWE3KxDTdALMJ1gDMLm">Set the service trigger schedule</a></td></tr><tr><td>4</td><td><a href="/pages/b7OSm5jkuCB96nnr53ql">Define service filters</a></td></tr><tr><td>5</td><td><a href="/pages/Zf9xNl72pQtMCqd8ARQH">Define field mappings</a></td></tr><tr><td><strong>6</strong></td><td>Activate the service</td></tr></tbody></table>

## Prerequisites

The steps detailed on this page assume that you are following the ['new service' flow](/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service.md) and have just saved [field mappings](/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service/define-field-mappings.md), so the **service settings** page is displayed:

<figure><img src="/files/7fIZ1RXiZz30vmE4KvRy" alt=""><figcaption></figcaption></figure>

<details>

<summary>I've exited from the 'new service' flow - how do I get to this page now?</summary>

If you have exited the 'new service' flow and need to get back to this point, you can access all service configuration options via the **canvas** tab:\
\
![](/files/0fhaYM31tJC02xBIUibG)

</details>

## The steps

Follow the steps below to activate the configured service:

**Step 1**\
Toggle the **service status** to active, so it starts running according to the defined schedule:

<figure><img src="/files/YtR9SwMNT8pFASRjLllk" alt=""><figcaption></figcaption></figure>

**Step 2**\
Click the **next** button.

**Step 3**\
Service configuration is complete and will run according to the defined schedule.  If required, options are also available to [run a service manually](/product-documentation/patchworks-services/troubleshooting/how-to-run-a-service-manually.md) (i.e. outside of any defined schedule).

{% hint style="info" %}
Alternatively, you may prefer not to activate the service until later. In this case, follow the steps below. In this case, leave the **service status** set to inactive - you&#x20;
{% endhint %}

**Step 1**\
Leave the **service status** set to inactive.

**Step 2**\
Click the **next** button.

**Step 3**\
The service configuration is complete.

**Step 4**\
When you’re ready, you can re-access this option and activate the service:

<figure><img src="/files/nGeyHWCTsqTf7zDC17UO" alt=""><figcaption></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://doc.wearepatchworks.com/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service/activate-the-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.
