# Objectstore

### Server

URL of the objectstore server. Usually provided by Programmfabrik GmbH.

### UID

Identifier of the data model. It is chosen during objectstore configuration. Usually provided by Programmfabrik GmbH.

### Instance

Identifier of this FYLR instance. Each connected FYLR instance should use a different identifier. Hard to guess identifiers are more secure. Usually provided by Programmfabrik GmbH.

{% hint style="info" %}
It is possible to configure read-only instances which can only pull the data model from the objectstore server but cannot push the data model to the objectstore server. These instances must be given the suffix “-pull-only”.
{% endhint %}

### Tutorial

See our tutorial [here](https://docs.fylr.io/tutorials/objectstore) for more information.


---

# 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.fylr.io/for-administrators/readme/objectstore.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.
