> 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-locks/salto.md).

# Salto

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

### How to Connect SALTO Smart Locks&#x20;

Connecting your SALTO smart locks to Guestway is a secure and streamlined process. The integration uses OAuth, so you never need to share your password—just authorize access and you’re set.

**Here’s how to connect SALTO:**

1. **Go to Organization Settings**\
   In your Guestway dashboard, open the settings for the organization you want to connect.
2. **Open the Integrations Tab**\
   Click the “Integrations” tab to manage your available connections.
3. **Add New Integration**\
   Click on “Create” and choose **SALTO** from the list of supported smart lock providers.
4. **Authenticate with OAuth**\
   You’ll be guided through a secure OAuth authentication flow.
   * Sign in with your SALTO credentials via the pop-up window.
   * Authorize Guestway to connect to your SALTO account and manage your locks.
5. **Sync & Assign Locks**\
   Once authenticated, Guestway will automatically pull your SALTO devices and let you assign locks to specific listings.
   * You can activate or deactivate each device or listing from the Integrations page as needed.

**That’s it!**\
Your SALTO locks are now connected. Access codes, access logs, and device status will sync automatically—making access management fully integrated with your Guestway workflow.

> **Tip:**\
> You can always return to the Integrations page to manage, disconnect, or troubleshoot your SALTO integration at any time.


---

# 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-locks/salto.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.
