> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/developer-tools/snyk-apps.md).

# Snyk Apps

- [Snyk Tools](https://docs.snyk.io/developer-tools/snyk-apps/snyk-tools.md): Snyk Tools that address specific needs beyond core product functionality, across the Web UI, CLI, and API
- [Tool: snyk-api-import](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import.md): The snyk-api-import tool for importing Projects and monitoring dependencies at scale, in CI and ad hoc
- [Creating Organizations in Snyk](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/creating-organizations-in-snyk.md): How to use snyk-api-import to generate data and create Snyk Organizations from GitHub, GitLab, and Bitbucket
- [Creating import targets data for import command](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/creating-import-targets-data-for-import-command.md): How to use the import:data utility to generate the JSON import targets for the snyk-api-import command
- [Mirroring GitHub.com and GitHub Enterprise organizations and repos in Snyk](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/mirroring-github.com-and-github-enterprise-organizations-and-repos-in-snyk.md): How to import all GitHub.com and GitHub Enterprise organizations and repositories into Snyk with snyk-api-import
- [Mirroring GitLab organizations and repos in Snyk](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/mirroring-gitlab-organizations-and-repos-in-snyk.md): How to import all GitLab organizations and repositories into Snyk with snyk-api-import
- [Mirroring Bitbucket Server organizations and repos in Snyk](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/mirroring-bitbucket-server-organizations-and-repos-in-snyk.md): How to import all Bitbucket Server organizations and repositories into Snyk with snyk-api-import
- [Mirroring Bitbucket Cloud organizations and repos in Snyk](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/mirroring-bitbucket-cloud-organizations-and-repos-in-snyk.md): How to import all Bitbucket Cloud organizations and repositories into Snyk with snyk-api-import
- [Kicking off an import](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/kicking-off-an-import.md): How to run an import with snyk-api-import, covering the same Project sources as the Snyk API
- [Contributing to snyk-api-import](https://docs.snyk.io/developer-tools/snyk-apps/tool-snyk-api-import/contributing-to-snyk-api-import.md): How to contribute to the snyk-api-import project, including the Snyk contributor agreement
- [Tool: jira-tickets-for-new-vulns](https://docs.snyk.io/developer-tools/snyk-apps/tool-jira-tickets-for-new-vulns.md): The jira-tickets-for-new-vulns tool that opens Jira tickets for new vulnerabilities in Snyk-monitored Projects
- [Python code to extract issues from Snyk API](https://docs.snyk.io/developer-tools/snyk-apps/python-code-to-extract-issues-from-snyk-api.md): How to extract issue data from the Snyk API using the unsupported pysnyk Python client


---

# 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.snyk.io/developer-tools/snyk-apps.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.
