> For the complete documentation index, see [llms.txt](https://docs.editable.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.editable.io/admin-portal-and-editable-console/admin-portal/settings/writeback-settings.md).

# Writeback Settings

This section covers settings related to writeback connections and configurations.

## **1. Connections**

* **Add Connection**: Users can add a new connection.
* **Connection Details**: Users can view details about the connections they have made in portal.

<figure><img src="/files/21wfqMro7oRHtxL5UqYU" alt=""><figcaption><p>Add connection</p></figcaption></figure>

## **2. Writeback Settings**

The writeback settings let admins configure various access settings for the users. The admin can configure the following settings:

**Database Connection Management: E** Option to allow or not allow users to configure the database connection management.

* **Writeback Destination Timeout**:
  * Setting to configure the timeout duration for writeback destinations.
* **Permissions**:
  * Define who can add the destination for writeback (e.g., Admins only, specific roles).
* **Batched Write Setting**:

  * Configuration for batching write operations, including setting batch size limits.

  <figure><img src="/files/dfpgOJneyLMAVQWolkt0" alt=""><figcaption><p>Writeback settings</p></figcaption></figure>

## 3. Editable Managed DB

This is intended for SaaS trial customers, where a sample database will be created within the EDITable tenant for proof of concept (POC) purposes. We strongly recommend not using this database for storing any production-grade data.

<figure><img src="/files/QvvmiGTY4hzPTaxnfFus" alt=""><figcaption><p>EDITable managed DB</p></figcaption></figure>


---

# 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://docs.editable.io/admin-portal-and-editable-console/admin-portal/settings/writeback-settings.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.
