> 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/master.md).

# About

![](/files/-MkwC-8653VSvglLakJw)

**About ACONA - Augmented Content Analytics**

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 content.

To determine the success of a certain website or URL we developed an ACONA Success Scores Software that has a functionality to calculate individual success metric.&#x20;

Different page types require different criteria to determine success: scroll depth, number of conversions, number of interactions or a combination. This should be definable in the settings (depending on the existing data sources, a certain selection is suggested). This individual success indicator is then calculated for all important) URLs and can be queried via an API.

### Self hosted or SAAS

As Open Source Software you can install ACONA on your own server. Besides that we will also provide a hosted version ([www.acona.app).\&#x20](http://www.acona.app\).\&#x20);

### Status

Currently ACONA is in Beta. If you are interested to check it out please write us an [e-mail](mailto:%20acona@acolono.com).\
**Get notified when public access opens on [www.acona.app](http://www.acona.app) by subscribing** [**here**](https://www.producthunt.com/upcoming/acona)**.**

### Funded by netidee.at

The project is funded by [netidee.at](https://www.netidee.at).&#x20;

{% content-ref url="/pages/-Mi1NruxEh4rthICYlkL" %}
[Developer documentation](/acona/developer-documentation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mi1MYVlJtbLQRgxt7s6" %}
[User Documentation](/acona/user-documentation.md)
{% endcontent-ref %}


---

# 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/master.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.
