> 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/portal/configuring-umbraco.md).

# Configure Umbraco

After installing the Portal package, a series of content nodes will be created for you on your site.

At the root of these nodes, you can configure options for your customer portal.

## Step 1: Configuring the Portal

![Overview of some of the different configuration options for customizing the Portal.](/files/c54a5o44TLiu4n6WNotU)

{% 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 add-ons.
{% endhint %}

<table><thead><tr><th width="223">Name</th><th>Description</th></tr></thead><tbody><tr><td>Portal Home Page</td><td>The root page of the portal.</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>Collect Billing Info</td><td>A checkbox to set whether to collect billing info or not. If deselected, the billing information will not be displayed in the `Order Details` page.</td></tr><tr><td>Collect Shipping Info</td><td>A checkbox to set whether to collect shipping info or not. If deselected, the shipping information will not be displayed in the `Order Details` page.</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:

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