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

# Customizing Connectors

> Provide instructions and context about your connection so AI can use it effectively.

After successfully connecting your data stores and business tools, check **My Connections** to see all the connections you've made.

Julius allows you to then **customize** and provide instructions and context about each connection so the AI can use it effectively.

Here's how:

<Steps>
  <Step title="Find the Edit Option">
    Click the kebab menu and select **Edit** from the dropdown

    <img src="https://mintcdn.com/julius-d061c216/tO-57s9_omnMkh_r/images/data-connectors/customize-connections/data-connectors-edit-connection-menu.png?fit=max&auto=format&n=tO-57s9_omnMkh_r&q=85&s=d1ed564a458e166a67e47619f012872b" alt="Edit connection option from data connector kebab menu" title="Edit connection option from data connector kebab menu" style={{ width:"76%" }} width="1828" height="480" data-path="images/data-connectors/customize-connections/data-connectors-edit-connection-menu.png" />
  </Step>

  <Step title="Navigate to the Custom Instructions Tab">
    <img src="https://mintcdn.com/julius-d061c216/tO-57s9_omnMkh_r/images/data-connectors/customize-connections/data-connectors-custom-instructions-tab.png?fit=max&auto=format&n=tO-57s9_omnMkh_r&q=85&s=f7ee8c616181ef79ba9ab3a6afba0e4b" alt="Custom Instructions tab for a data connector" title="Custom Instructions tab for a data connector" style={{ width:"60%" }} width="1424" height="1142" data-path="images/data-connectors/customize-connections/data-connectors-custom-instructions-tab.png" />
  </Step>

  <Step title="Include Details about your Connection">
    For example:

    * A description of the data source and its intended use
    * Key tables involved (e.g., use `product_catalog` for product information)
    * Important relationships between tables (e.g., `product_catalog.sku` = `transaction_history.product_sku`)
    * Notes on relevant business logic (e.g., only count revenue from completed orders)
  </Step>
</Steps>

***

<Info>
  Reach out to [**team@julius.ai**](mailto:team@julius.ai) for support or to ask questions not answered in our documentation.
</Info>
