> 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/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets.md).

# Configure targets

Configure your web applications and APIs as targets in Snyk API & Web to prepare them for security scanning:

* [What is a target?](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/what-is-a-target.md) - Understand what targets are and how they work
* [Add a target](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/add-a-target.md) - Create a new target for scanning
* [Import targets](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/import-targets.md) - Import multiple targets at once
* [Test target configuration](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/test-target-configuration.md) - Verify your target is configured correctly
* [Use seeds and reject lists](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/use-seeds-and-reject-lists.md) - Control scan behavior by including or excluding specific areas
* [API targets](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/configure-api-targets.md) - Configure API-specific targets
* [Web targets](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/configure-web-targets.md) - Configure web application targets
* [Authentication](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/configure-authentication.md) - Set up authentication for targets that require login
* [Verify domain ownership](/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets/verify-domain-ownership.md) - Verify ownership of domains before scanning


---

# 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/scan-fix-and-prevent/scan-with-snyk/snyk-api-web/configure-targets.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.
