> For the complete documentation index, see [llms.txt](https://acolono.gitbook.io/acona/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acolono.gitbook.io/acona/user-documentation/faqs.md).

# FAQs

**What is ACONA?**

ACONA stands for Augmented Content Analytics - an open source tool that automatically analyzes and simplifies data, for example from server logs or existing (open source) analytics tools, and proposes concrete measures for optimizing your content.

**Can I set up my own self hosted version of ACONA?**\
Yes! You find the relevant documentation in the [Developer documentation](/acona/developer-documentation.md).

**What is a Page Type?** \
Depending on a website you will have different page types. A page type is for example a product page on commerce websites or a blog post on blogs or a landing page or a home page etc.&#x20;

**Why do I need to define Page Types?**\
Different page types require different criteria to determine success: scroll depth, number of conversions, number of interactions or a combination. For a landing page a page view is a big success metric, while for a blog post it might be time spent per page. This individual success indicator is then calculated for all important) URLs and can be queried via an API. So it is important for you to define your page types and how you measure success for those pages.&#x20;

**How should I configure my Success Metrics?**

**How do I get my Matomo API Key / Auth Token?**\
You can find this information [here](/acona/user-documentation/the-backend-system/matomo-auth-token.md).

**How do I get Google Search Console Token?**


---

# 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, and the optional `goal` query parameter:

```
GET https://acolono.gitbook.io/acona/user-documentation/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
