> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/opencontent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/opencontent/overview.md).

# Overview

## What is Open Content?

If you are thinking about creating your own headless CMS, Open Content will fit right in, and will solve several tedious parts of your journey ahead – storage, API’s, scalability, authentication and indexing just to name a few.&#x20;

Open Content is a handy toolbox: we use it in our own solutions, for example as content backend for our Digital Writer and Newsroom apps as well as powering the Naviga web presentation layer. We also use it in our XLibris archive solution. Our customers uses it to power in-house built presentation solutions.

Together with the Naviga Creation and Presentation tools, Open Content delivers a standardised easy-to-maintain setup. You can also use Open Content as a content agnostic storage and search engine for digital content.&#x20;

Using Amazon S3 as the main storage means in theory unlimited capacity.  XML metadata files are used to describe the uploaded content. Properties are defined and extracted from the metadata using XPATH 2.0 expressions.

Indexing is done using Solr, an open source enterprise search platform built on Apache Lucene™, making your content accessible for any purpose.

Different content types (for example articles, images, lists, graphics) are separated and has their own specific properties setup. Relations between content items can be easily created, minimising the amount of requests needed to fetch the content.

We offer a standard OC setup for both content production as well as presentation, built on best practices. The standard setups are used with the Naviga Creation and Presentation Platforms.

## What is it not?&#x20;

It’s not a video- or streaming platform. If you want to store and edit streamed content, we  recommend to use a specialised platform serving that purpose, like Flowplayer, Youplay or Youtube. It may be convenient to have access to such content within Open Content and then it’s just to add those objects and a subset of metadata to the Open Content as well, with a link to the original source.\ <br>


---

# 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.navigaglobal.com/opencontent/overview.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.
