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

# Restricted Persons

Variational does not provide products or services to:

Any person (natural or legal) who is not Eligible as defined in our [Terms of Service](/legal/terms-of-use.md); or,

Any person (natural or legal) or territory that is the subject of economic sanctions or other trade or export restrictions imposed or administered by the United States, the European Union, the United Kingdom, Singapore or the United Nations. These restricted territories are currently:

* Crimea, Donetsk, Luhansk, and Sevastopol regions of Ukraine
* Cuba
* Iran
* North Korea
* Sudan
* Syria
* Canada
* United States
* Micronesia (US associated territory)
* Guam (US associated territory)
* Marshall Islands (US associated territory)
* Northern Mariana Islands (US associated territory)
* Puerto Rico (US associated territory)
* Palau (US associated territory)
* US Minor Outlying Islands
* US Virgin Islands

Any person (natural or legal) that is a

* “U.S. person” (as defined under U.S. securities and commodity futures laws) or
* “Canadian person” (as defined under Canadian law)

All of the above are referred to as “Restricted Persons.” None of the above are eligible to utilize Variational’s products and services.  By using Variational's products and services, you represent and warrant to Variational on an ongoing basis that you are not a Restricted Person.

### Last updated: April 20, 2026


---

# 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.variational.io/legal/restricted-persons.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.
