> For the complete documentation index, see [llms.txt](https://docs.guestway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestway.io/integrations/smart-thermostats/google-nest.md).

# Google Nest

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/6kw1vndazp>" %}

### How to Connect Google Nest Smart Thermostats

Integrating your Google Nest thermostats with Guestway is quick and fully secure, thanks to the OAuth authentication process. There’s no need for technical expertise—just log in and approve the connection.

**How to connect Google Nest:**

1. **Go to Organization Settings**\
   Open your Guestway dashboard, select the organization you want to configure, and access its settings.
2. **Navigate to the Integrations Tab**\
   Click on “Integrations” to see all available integrations for your organization.
3. **Add New Integration**\
   Click “Create” and select **Google Nest** from the list of supported smart thermostat providers.
4. **Authenticate with OAuth**\
   You’ll be redirected to Google’s secure login page.
   * Sign in with your Google account linked to your Nest thermostats.
   * Approve Guestway’s access request to connect and manage your Nest devices.
5. **Sync & Assign Devices**\
   After successful authentication, Guestway will sync your Google Nest thermostats.
   * Assign devices to the relevant listings or units.
   * Activate or deactivate thermostats as needed—all from the Integrations page.

**That’s it!**\
Your Google Nest thermostats are now integrated with Guestway, allowing you to monitor, automate, and optimize climate control for each property, directly from your dashboard.

> **Tip:**\
> Manage or disconnect your Nest integration any time from the Integrations page in your organization settings.


---

# 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.guestway.io/integrations/smart-thermostats/google-nest.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.
