> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure SQL

> Connect Graphext to a Azure SQL and be able to bring your data and write back recurrently

### Guided steps

<Steps>
  <Step title="Create a project">
    Click on “New Project” (this will add the integration to your personal team) or the “Integrations” button inside the team you want to work on.
  </Step>

  <Step title="Select Azure SQL from the integrations list." />

  <Step title="Introduce your credentials">
    Complete the form by entering your **"Username"**, **"Password"**, **"Host"**, **"Port"** and **"Database key"**.
  </Step>

  <Step title="Create your SQL query">
    Using your favorite editor, and paste it in the field labeled **Query**.
  </Step>

  <Step title="Allow write output to export data">
    If you want Graphext to write back the project's output to Azure SQL. Select “Allow write output.” View more documentation about this step in our [API Docs](/api-docs).
  </Step>

  <Step title="Save">
    Click on “Save and create project” to retrieve your data and begin exploring or “Save” the integration for later use.
  </Step>
</Steps>
