# Nylas

A developer-first platform for building tailored communication experiences. Seamlessly and securely connect with any email, calendar, or contacts provider through a unified interface.

<div align="center"><figure><img src="/files/gNYuAYgjPtYTqfEO4nlp" alt="" width="136"><figcaption></figcaption></figure></div>

This solution is designed with developers in mind, making it simple to create custom communication experiences. To get started, you’ll add your account, which will take you to <https://api.us.nylas.com/> for authorization. There, you’ll log in with your email provider and grant permissions for access.&#x20;

Once authorized, your account can be used as an Auth Token for any nodes requiring authentication. With just one secure interface, you’ll be ready to connect to email, calendar, and contacts seamlessly.

The [Get Gmail letters](https://help.integrail.ai/agent-studio/editor/web#get-gmail-letters) and [Create Gmail draft letter](https://help.integrail.ai/agent-studio/editor/web#create-gmail-draft-letter) nodes must receive NYLAS authentication through the "Agent Input" node to function properly. This ensures secure access and seamless operation for Gmail-related tasks.


---

# Agent Instructions: 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:

```
GET https://help.integrail.ai/agent-studio/images-and-media/nylas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
