> For the complete documentation index, see [llms.txt](https://help.besmart.software/besmart-connector/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/besmart-connector/getting-started.md).

# Getting started

### Access the Connector

The Be.**Smart** Connector facilitates synchronization between Bluebeam and Autodesk Forma.

1. To access the Be.**Smart** Connector go to: <https://connector-us.besmart.software/>
2. Click sign in from the landing page and choose your closest region
   1. America
   2. Europe&#x20;
   3. Australia
3. When signing in for the first time, user must sign up with their email account
   * Add email account&#x20;
   * Define a password
   * **OR sign in with Autodesk credentials (SSO)**
4. Account verification email will be sent to the email account
   1. The email comes from <noreply@besmart.software> and sometimes it might end up in junk mail or your IT system is blocking the email.
5. Verify your account and get started with the Be.**Smart** Connector

### Get Started with quick videos

#### The 2-minute basic training of the Be.Smart Connector

{% embed url="<https://arkance.wistia.com/medias/yut6htyxwe>" %}

#### Tips & Tricks on using the Be.Smart Connector

{% embed url="<https://arkance.wistia.com/medias/avvai1parm>" %}


---

# 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://help.besmart.software/besmart-connector/getting-started.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.
