# Configuring Data Sinks

To configure a data sink, follow these steps:

1. Log in to the Aizen Jupyter console. See [Using the Aizen Jupyter Console](/docs/getting-started/using-the-aizen-jupyter-console.md).
2. Create an ML project if you have not already done so or set the current working project.

   <pre data-overflow="wrap"><code>create project &#x3C;project name>
   </code></pre>

   or

   <pre data-overflow="wrap"><code>set project &#x3C;project name>
   </code></pre>
3. Run the `configure datasink` command:

   <pre data-overflow="wrap"><code>configure datasink
   </code></pre>
4. In the notebook, you will be guided through a template form with boxes and drop-down lists that you can complete to configure the data sink.


---

# 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://aizen-corp.gitbook.io/docs/managing-ml-workflows/configuring-data-sinks.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.
