> 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/the-anatomy-of-a-service.md).

# The anatomy of a service

## Introduction

When you [add](/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service.md) or [update](/product-documentation/patchworks-services/working-with-services/adding-a-patchworks-service.md) a service, information and options are accessed via a series of tabs:

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

These tabs are summarised in the following sections:

* [Service summary](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-summary.md)
* [Service canvas](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-canvas.md)
* [Service filters](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-filters.md)
* [Service trigger](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-trigger.md)
* [Service source](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-source.md)
* [Service destination](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-destination.md)
* [Service mapping](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-mapping.md)
* [Service alerts](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-alerts.md)
* [Run service](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/run-service.md)
* [Service settings](/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service/service-settings.md)

{% hint style="warning" %}
Some options described in these sections are only available for users with **admin** permissions. If you don't see or can't access a feature shown here, it's likely that your user account does not have the required permissions.
{% endhint %}


---

# 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:

```
GET https://doc.wearepatchworks.com/product-documentation/patchworks-services/working-with-services/the-anatomy-of-a-service.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.
