# Configuration Steps

After connecting to a database, you will be presented with configuration steps before you can begin working with your data. The configuration involves three steps:

1. [Configure source](/editable/getting-data-into-editable/connect-to-data/configuration-steps/configure-source.md)
2. [Configure columns](/editable/getting-data-into-editable/connect-to-data/configuration-steps/configure-columns.md)
3. [Configure SCDs (optional)](/editable/getting-data-into-editable/connect-to-data/configuration-steps/configure-type-2-scds-optional.md)

We'll look at them one by one in the upcoming sections.

{% hint style="info" %}
If you have not connected to an existing database but have [created a table using EDITable](/editable/getting-data-into-editable/create-a-table.md), the configuration steps are as follows:

1. Configure Source: When you select and add a data source to create a table, you are configuring the source.&#x20;
2. Configure Columns: Once your data is loaded into EDITable, you can manage the column properties using the [Manage Columns](/editable/working-with-editable/manage-columns.md) menu.
3. Configure SCDs: Adding Slowly Changing Dimensions (SCDs) is optional and can be set up for specific tables that require and support them.
   {% endhint %}


---

# 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.inforiver.com/editable/getting-data-into-editable/connect-to-data/configuration-steps.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.
