# The end of a form

### Review page

If a form has more than 10 fields or many complex fields, show the user a review page with all of their answers before they submit.

### **Confirmation page**

After a user submits the form, show them a confirmation page.

The confirmation page should:

* Thank them for filling out the form
* Explain what they can expect to happen next, including timeline for next steps
* Give them a place to leave feedback

Confirmation pages live on SF.gov

### **Email confirmation**

If the user gave us their email address in the form, email them a copy of their form answers.

The sender name should be set to City and County of San Francisco

The subject line of the email should be something like: You applied for \[name of form].&#x20;

The email must give them a way to get help.


---

# 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://sfdigitalservices.gitbook.io/style-guide/how-to-write-forms/the-end-of-a-form.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.
