# Default Brand Attributes

1. **Set up an external spreadsheet.** An external database refers to a spreadsheet containing combinations of attributes and designated languages. Format the spreadsheet should be a first column labeled Brand, and then each Attribute as a separate column. In the Brand column, specify the brand that's already been inputted in PRotege. This is an example of the format for an environment with Attributes *product* and *state*.

<figure><img src="/files/6fNXthB5qhFBKMYjryVi" alt=""><figcaption></figcaption></figure>

1. **Add the Spreadsheet as a Database**. Go to Settings and select Attributes. In the Linked Database section, click Link New File.
2. Enter the Google Sheet link and assign variable "**Brand Defaults**". This variable will be used in policies to refer this database.
   1. Ensure Protege AI has Google Workspace access. If you haven’t done this yet, follow[ these instructions](/review/getting-started/document-editor-installation/google-workspace.md) if you have not.

<figure><img src="/files/8XXff993enqzJzLqO5Rk" alt=""><figcaption></figcaption></figure>

4. When completed, the Linked File should show under the Linked Databases section.

<figure><img src="/files/f4cFqDBU8BQaiJMm6pHh" alt=""><figcaption></figcaption></figure>


---

# 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://gitbook.tryprotege.com/review/review-tool-concepts/brands-and-attributes/setting-up-attributes/default-brand-attributes.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.
