# User settings

In order to get the right tasks, most of the connections need a configuration. This endpoint allows you to read and also set the required settings.

## User settings

<mark style="color:blue;">`GET`</mark> `https://api.dœcentral.com/user/settings`

#### Query Parameters

| Name        | Type    | Description |
| ----------- | ------- | ----------- |
| prettyprint | boolean |             |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}

### Options of settings

The available options are available as an object in the [connections endpoint](/public/connections.md). For every connection you'll find an object called `settings`.

**Example:**

```json
    {
      "color": "#333",
      "slug": "google-calendar",
      "icon": "https://icongr.am/simple/googlecalendar.svg?size=32&colored=true",
      "name": "Google Calendar",
      "settings": {
        "calendar": {
          "type": "array",
          "desc": "List of calendar",
          "name": "Calendar"
        }
      },
      "public": true,
      "status": "Live",
      "_id": 2
    }
```


---

# 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.xn--dcentral-ktb.com/user/untitled.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.
