# Tying your theme to your Addons account

In order to tie your theme to you PrestaShop Addons account, you simply need to add your Addons key to the theme's `config.xml`:

```
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright Prestashop -->
<theme version="1.0" name="PRS040094" directory="PRS040094">
    <theme_key>ded5296cb84904fccf9dbc20f0240d6f</theme_key>
    <author name="Firstname Lastname" email="firstname@example.com" url="http://example.com"/>
    <descriptions>
        <description iso="en">HTML5 + CSS3 &amp;amp; Reponsive &amp;amp; Many More</description>
    </descriptions>

(...)
```

The `theme_key` can be found in your contributor account, in the theme upload page.


---

# 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://docs.prestashop-project.org/1-6-documentation/english-documentation/designer-guide/tying-your-theme-to-your-addons-account.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.
