> 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/use-and-explore.md).

# Use and explore

- [How does it work](https://docs.navigaglobal.com/opencontent/use-and-explore/how-does-it-work.md)
- [Open Content Docker](https://docs.navigaglobal.com/opencontent/use-and-explore/open-content-docker.md): How to run Open Content in Docker on my own computer.
- [OC REST API](https://docs.navigaglobal.com/opencontent/use-and-explore/oc-rest-api.md): Link to the Swagger documentation
- [Event logs](https://docs.navigaglobal.com/opencontent/use-and-explore/event-logs.md): An overview of the eventlog and contentlog endpoints
- [Replication](https://docs.navigaglobal.com/opencontent/use-and-explore/untitled.md): Replication is an Open Content Service responsible for copying items between different Open Content instances
- [Open Content Notifier](https://docs.navigaglobal.com/opencontent/use-and-explore/open-content-notifier.md): Open Content Notifier
- [New JSON API:s - CCA and Duppy](https://docs.navigaglobal.com/opencontent/use-and-explore/new-json-api-s-cca-and-duppy.md)
- [Terminology: Other backend services](https://docs.navigaglobal.com/opencontent/use-and-explore/terminology-other-backend-services.md): We often connect Open Content via the event log or the Notifier to create even-driven workflows. Here are some of the parts we are using internally.
- [Lab: upload](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload.md): Upload of a content newsitem to Open Content
- [Curl for object upload](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/curl-for-object-upload.md): Upload can be done by using the curl command
- [Environment](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/environment.md): Update of the settings file
- [Lab 0: Configuration](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-0-configuration.md): Upload and activate the configuration for an Open Content using Newsitem
- [Lab 1: Concept upload](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-1-concept-upload.md): This exercise will upload 6 concepts to Open Content. These Concept are referenced from the article which will be uploaded in lab 3
- [Lab 2: Image upload](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-2-image-upload.md): Image upload to Open Content calculating the correct filename for proper use when Open Content is used as the content storage for Writer Articles.
- [Lab 3: Article Upload](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-3-article-upload.md): The exercise will upload the Article holding reference to previous uploaded objects.
- [Lab 4: Search](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-4-search.md): Learn how to perform search towards Open Content /search/ endpoint
- [Lab 5: Delete objects](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-5-delete-objects.md): Remove all objects uploaded so that it can be done again
- [Lab 6: Event sourcing using event log](https://docs.navigaglobal.com/opencontent/use-and-explore/lab-upload/lab-6-event-sourcing-using-event-log.md): Show how to use the Open Content event log


---

# 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/use-and-explore.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.
