> 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/verify-domain-ownership/verify-with-txt-file.md).

# Verify with TXT file

How to verify domain ownership with a TXT file for Snyk API and Web

Verify domain ownership by adding a `.txt` file to your website's root directory.

## Add the verification file

1. In Snyk API & Web, navigate to the **Targets** page.
2. Click the **Domains** tab.
3. Locate your domain and click **Verify**.
4. Select **File** as the verification method.
5. Note the **FILENAME** and **CONTENT** values provided.

## Create and upload the file

1. Create a `.txt` file with the specified **FILENAME**.
2. Set the file content to the specified **CONTENT**.
3. Upload the file to your website's root directory.

The file must be accessible at: `https://yourdomain.com/[filename].txt`

## Complete verification

1. Return to the verification dialog in Snyk API & Web.
2. Click **Verify**.

After successful verification, you can remove the `.txt` file from your website.

## Troubleshooting

### File not accessible

Snyk cannot access the file if it is:

* In the wrong location (must be in root directory)
* Protected by authentication or access restrictions
* Blocked by firewall rules

Test accessibility by manually accessing the file URL while logged out of your website.

### Hidden characters

Ensure the file content matches exactly with no additional hidden characters or formatting.

### Verification timing

If verification fails immediately after uploading the file, wait a few moments for the file to propagate across your web infrastructure and try again.


---

# 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/verify-domain-ownership/verify-with-txt-file.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.
