> 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/5-user-flows/6.1-register.md).

# 4.2.1 Register

## How it works

Registration is useful when you need to give each user a unique identifier in a system or collect their information in one place. This allows users to access, apply for, or meet the requirements for a particular service.

Once a user has been registered, users can log in to their account using their chosen credentials to:

* continue using the service,
* apply for additional services,
* see the services they have used in one place,
* update their information, or
* modify their account settings

<figure><img src="/files/IhzVL1CZNZcB2aWafVjJ" alt=""><figcaption><p>Patterns to register users to create an account</p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="128"></th><th></th></tr></thead><tbody><tr><td><strong>Steps</strong></td><td><p><strong>Register to a create an account in a system</strong></p><p>Service page > register > get notified of status</p><p><strong>Registered user sign-in to access service</strong></p><p>Sign-in > access service</p><p><strong>Registered user sign-in to apply for service</strong></p><p>Sign-in > eligibility check (if needed) > apply for service > feedback</p></td></tr><tr><td><strong>Patterns</strong></td><td><p><a href="/pages/YnwqzqfA0EewepdzsBz2">Service sheet</a></p><p><a href="/pages/TvC39NKNvLtiKkWzghvl">Authentication</a></p><p><a href="/pages/Ge5gXfdhhYnqoosYb4M3">Ask users for consent</a></p><p><a href="/pages/4SOhRa4Ya05BeXXGLY6v">Ask users for information</a></p><p>Uploading documents</p><p><a href="/pages/B4Y10zTNw45rY3sYIU2e">Eligibility</a></p><p><a href="/pages/ctjYrPcAhokka4duhP6i">Check answers</a></p><p>Pay</p><p><a href="/pages/ZnFxk2j8X0ovK9pqNqvS">Outcome</a><br>Sending Notifications</p></td></tr><tr><td>Use case example</td><td><a href="https://govstack.gitbook.io/use-cases/readme/inst-1-unconditional-social-cash-transfer#2-registration">Registration for Unconditional Social Cash Transfer</a></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/5-user-flows/6.1-register.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.
