> For the complete documentation index, see [llms.txt](https://docs.walnutai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walnutai.ai/getting-started/projects/create-a-new-project/external-data-and-connections.md).

# External Data and Connections

**When to Use External Data & Connections:**

* Connect external tools after configuring your AI model if you want to import existing data into your project.&#x20;
* If you are starting from scratch, you can skip this step and proceed with the setup.

<figure><img src="/files/IBD2zMGVbU2OIvPuPxmD" alt=""><figcaption></figcaption></figure>

**Connect External Tools**

* **Project Management:** Connect to [Jira](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-jira-with-walnut.md) or [Azure DevOps](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-azure-devops-with-walnut.md) to synchronize epics, user stories, tasks, defects and any other custom issue types automatically.
* **Design Integration:** Connect to Figma to generate user stories and test cases directly from design prototypes.

<figure><img src="/files/00Mit1E6JgIyUrZUlqqS" alt=""><figcaption></figcaption></figure>

* **Code Repositories:** Connect to [GitHub](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-github-with-walnut.md), [GitLab](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-gitlab-with-walnut.md), [Bitbucket](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-bitbucket-with-walnut.md), or Azure Repos to integrate your codebase.

<figure><img src="/files/igZAy3rMVbtkgNPndHri" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.walnutai.ai/getting-started/projects/create-a-new-project/external-data-and-connections.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.
