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