> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/make-customers-confirm-address.md).

# Make customers confirm address

Activate Confirm Address to request customers to enter their address when going trough your self service portal\
​

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1359632574/de82373e69325f2b3740e0ff0ebe/image.png?expires=1759142700&#x26;signature=9ad5d5295d4969987f9f55f94c5eeec111b266a6a0e20f01830c877721941458&#x26;req=dSMiH899n4RYXfMW1HO4zXbG0X7gclzfAnjvwDIrOqV7QcWAesssXuN%2FZMKE%0AoHUs%0A" alt="" width="510">

\
​\
1\. From your inbox view - Click on *settings* in the bottom right corner\
2\. Choose self-service portals\
3\. Manage the portal you want to configuration\
4\. Choose the flow in the menu to the left (needs to be activated for each flow)\
5\. Scroll down and find the "confirm address" box\
​\
Now all clients will be presented with an address form\
​

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1359630990/62cc7768ae8f9613818221adf004/image.png?expires=1759142700&#x26;signature=bc22eb79b54911d36aedc20dec4bffea271deb7a43630a6a9b2549c7a1eae676&#x26;req=dSMiH899nYhWWfMW1HO4zTlf0d5TA%2FqbK%2FNHtorZI0TAsrRwsmajurrRVEXE%0AKaAi%0A" alt="" width="472">

\
​


---

# 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://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/make-customers-confirm-address.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.
