> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-commerce-packages/checkout/configuring-umbraco.md).

# Configure Umbraco

After installing the Checkout package, a series of content nodes will be created for you on your site. These will control the checkout flow.

On the root of these nodes, you can configure a series of options to customize the checkout flow to your needs.

## Step 1: Configuring the Checkout flow

![Overview of some of the different configuration options for customizing the Checkout flow.](/files/RP14pMulJLuyyxrI3B01)

{% hint style="info" %}
In Umbraco Commerce 16.1.0, the logo and theme color options have been moved to the store **Settings** section for consistent theming across all add-ons.
{% endhint %}

<table><thead><tr><th width="223">Name</th><th>Description</th></tr></thead><tbody><tr><td>Collect Shipping Info</td><td>A checkbox to set whether to collect shipping info or not. If deselected, all shipping info-related fields/steps will be removed from the checkout flow</td></tr><tr><td>Order Line Property Aliases</td><td>A comma-separated list of order line property aliases to display in the order summary.</td></tr><tr><td>Checkout Back Page</td><td>The page to go back to when backing out of the checkout flow.</td></tr><tr><td>Terms and Conditions Page</td><td>Defines which page on the site contains the terms and conditions of the store.</td></tr><tr><td>Privacy Policy Page</td><td>The page on the site containing the privacy policy.</td></tr><tr><td>Hide from Navigation</td><td>Checkbox to hide the checkout page from the site's main navigation.</td></tr><tr><td>Require Login</td><td>Checkbox to require customers to log in before proceeding to checkout.</td></tr><tr><td>Login Page</td><td>Defines the page on the site used for logging in when login is required before checkout.</td></tr></tbody></table>

In addition to these root node settings, each checkout step page also has a number of configurable options:

<table><thead><tr><th width="225">Name</th><th>Description</th></tr></thead><tbody><tr><td>Short Step Name</td><td>A short name for this step to display in the checkout navigation.</td></tr><tr><td>Step Type</td><td>The checkout step to display for this step of the checkout flow.</td></tr></tbody></table>

## Linking to the Checkout

With the checkout setup and configured the final step is to configure your cart page to link through to the checkout flow. How you do this is up to you:

* Link to the URL `/checkout` or
* Use a Content Picker to select the checkout node to link to.


---

# 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:

```
GET https://docs.umbraco.com/umbraco-commerce-packages/checkout/configuring-umbraco.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.
