> For the complete documentation index, see [llms.txt](https://specs.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://specs.govstack.global/overview/23q4/govstack-ui-ux-guidelines/4-design-patterns/4.1-service-patterns.md).

# 4.1 Service patterns

## Example service patterns

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="#apply-for-a-construction-permit">Apply for a construction permit</a></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

## Apply for a construction permit

<figure><img src="/files/2ClBs7Yo37RXMzX5Tcxj" alt=""><figcaption><p>An example service pattern based on the 'apply for a construction permit' service</p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="131"></th><th></th></tr></thead><tbody><tr><td><strong>Users</strong></td><td>• Architect</td></tr><tr><td><strong>Steps</strong></td><td><p><strong>Apply</strong></p><p>Find the service > Register or authenticate > Submit application (including answering questions and uploading documents) > Receive the outcome of a decision ></p><p><strong>If outcome is successful</strong></p><p>Get notification for payment > Make payment > Give feedback</p></td></tr><tr><td><strong>Patterns</strong></td><td><p><a href="/pages/ytH89LpfNKAL3VTHdC90">Find</a></p><p><a href="/pages/bJi4a5AT5O6HAx0vsbL9">Register</a></p><p><a href="/pages/sferOGcBEUQchHbjJYb0">Apply</a></p><p><a href="/pages/UqtOGqrFeEMnoIMqINow">Give feedback</a></p></td></tr></tbody></table>


---

# 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://specs.govstack.global/overview/23q4/govstack-ui-ux-guidelines/4-design-patterns/4.1-service-patterns.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.
