# Getting Started

For pricing information and up to date information on the available modules, head over to [SharpSync.net](https://sharpsync.net) for material related to the application as well as contact information.

### To use the app

* Navigate to <https://app.sharpsync.net>
* [Register](/sharpsync/fundamentals/getting-started/registration.md) an organization, using your company email (we do not currently support social logins)
* You will receive an email notifying you that we've received the request
* We'll make contact with you through the email that you provided to confirm the organization details
* After confirmation, login to SharpSync and begin your setup by picking your [Data Sources](/sharpsync/fundamentals/data-sources.md).

### The main concepts

<table><thead><tr><th width="221">Concept</th><th>Explanation</th></tr></thead><tbody><tr><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">Data Source</a></td><td>A source of data where Bill of Material (BOM) information may be pulled from or pushed to</td></tr><tr><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">Property Mapping</a></td><td>A mapping of meta data from one data source to another</td></tr><tr><td><a href="/pages/ONPBHtmOQqq2UayGc8aT">Accessor</a></td><td><p>The key name of a meta data object that is retrieved from a source. In the object<br><br><code>{ "name" : "andries" }</code></p><p><br>the accessor (key) is 'name'</p></td></tr><tr><td><a href="/pages/G96Vb0i8gefRyVy2208q">Rules</a></td><td><p>A rule lets you edit a cell value automagically.</p><p>It is typically used as a business rule that determines the final shape of the data.</p><p>For example,</p><p><em>"All quantities must be formatted as a 3 digit decimal"</em>, so we specify a rule to do it.</p></td></tr><tr><td><a href="/pages/so2FDCyRdiaeEuUt3E4R">Derivative</a></td><td>A file created from another file. E.g. a PDF is a derivative of a drawing. A STEP file is a derivative of a CAD model</td></tr></tbody></table>


---

# 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://sharpsync.gitbook.io/sharpsync/fundamentals/getting-started.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.
