> For the complete documentation index, see [llms.txt](https://rollout.autoura.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rollout.autoura.com/cities/north-america/seattle.md).

# Seattle

### Status

* [Zoox](/platforms/zoox.md) is testing and announced will be 3rd city (after Las Vegas & San Francisco)
* [Waymo](/platforms/waymo.md) has announced

### Zoox

Will launch in [Las Vegas](/cities/north-america/las-vegas.md) first, with [San Francisco](/cities/north-america/san-francisco.md) & Seattle soon after (San Francisco ahead of Seattle)

**Source**: CEO Interview [https://www.forbes.com/sites/dianebrady/2023/01/02/zoox-cto-jesse-levinson-the-c-suite-interview/](https://www.forbes.com/sites/dianebrady/2023/01/02/zoox-cto-jesse-levinson-the-c-suite-interview/?sh=195ecb146a01)

{% embed url="<https://www.youtube.com/watch?v=jZdtceTAieE>" %}

### Waymo

"the autonomous driving company is in Bellevue, Wash., where it has started testing the fifth generation of its Waymo Driver technology in its distinctive, all-electric Jaguar I-PACE vehicles."

**Source**: <https://www.geekwire.com/2022/waymo-to-test-latest-self-driving-car-technology-on-the-wet-wide-streets-of-bellevue-wash/>

We’re heading North – the Pacific Northwest to be exact! We’re excited to open our doors to the broader Seattle metropolitan area and offer a new way to get around. Washington State, and many of its municipalities, have been early leaders in autonomous vehicle (AV) testing as they develop their framework for AV operations.  

We’ve spent years getting to know the area —from communities around the Lake to its notoriously wet weather. This experience has been vital in helping us serve riders rain or shine in cities across the country. We’re eager to bring that same safe, accessible, and sustainable service to you.

<https://waymo.com/blog?modal=short-were-heading-north-the-pacific-northwest>


---

# 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://rollout.autoura.com/cities/north-america/seattle.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.
