> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/managing-llm-workflows/configuring-data-sources.md).

# Configuring Data Sources

To configure a data source, 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.

   ```
   create project <project name>
   ```

   or

   ```
   set project <project name>
   ```
3. Run the `configure datasource` command:

   ```
   configure datasource
   ```
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 source.
