> 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/core-features/intelligence-hub/generate-user-stories/integrate-external-platform-sync.md).

# Integrate (External Platform Sync)

**When to Use Live Tool Synchronization:**\
Use this feature when your requirements already exist in project management tools like Jira or Azure DevOps and you want to sync them directly into WalnutAI instead of creating them manually.

#### [Jira Integration](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-jira-with-walnut.md)

If Jira was connected during setup:

1. **Initiate:** Click Import under the Jira option.
2. **Filter:** Pick the required Issue Type (Story, Epic, etc.) from your Jira project.
3. **Field Mapping:** Map the external Jira fields to the corresponding system default fields in WlanutAI.
4. **Import:** Click Import Stories.
5. **Finalize:** Use AI to generate associated test cases and click Save.

#### [Azure DevOps Integration](/getting-started/projects/create-a-new-project/external-data-and-connections/how-to-integrate-azure-devops-with-walnut.md)

If Azure DevOps was connected during setup:

1. **Initiate:** Click Import under the Azure DevOps option.
2. **Filter:** Select your project and specific Issue Types.
3. **Mapping:** Align the external platform fields to system default fields in WalnutAI.
4. **Finalize:** Click Import Stories, generate AI test cases, and click Save.

{% hint style="info" %}
Result: Stories and Epics reflect in Action Items; Test Cases are stored in the Test Cases module.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.walnutai.ai/core-features/intelligence-hub/generate-user-stories/integrate-external-platform-sync.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
