# The Basics

### How data is connected

Everything in ScheduLink links back to an Account.

**Accounts → Events → Tasks**

* **Accounts** are your clients (e.g., Lakewood High School)
* **Events** are the jobs booked for that client (e.g., Fall Portraits 2025)
* **Tasks** are the work items assigned to your staff

Tasks can be linked to a specific event, to an account directly, or assigned to an employee as standalone internal work.

<figure><img src="/files/BhIp4dEDKSmiFkB9Ta3J" alt="" width="563"><figcaption></figcaption></figure>

***

### Working with tables

Most pages — Accounts, Events, Tasks — display data in a table. There are two ways to control what you see:

#### Filtering

The filter bar runs along the left side of every main table.

* Use filters to narrow the list down (e.g., "Today's Jobs," "My Tasks")
* Save filter combinations you use often for quick access later

<figure><img src="/files/bkkOwFxkHaU6ezfQoiFV" alt=""><figcaption><p>Save your custom filters to search them later.</p></figcaption></figure>

#### Columns

Click the **3 dots** at the top right hand of any table and select **Set Columns** to choose which fields are visible. Drag and drop column headers to reorder them.

<figure><img src="/files/SxQalj14PVmAfUZVOkJj" alt="" width="563"><figcaption></figcaption></figure>

***

### Global search

The search bar at the top of the screen finds records across the whole system. Results are grouped into tabs:

* Accounts
* Events
* Tasks
* Contacts
* Employees

Click the relevant tab to find what you're looking for.

<figure><img src="/files/CSbsqlleQGZ49E7rVnxI" alt="" width="563"><figcaption></figcaption></figure>

***

#### Your profile

Click your avatar in the top-right corner and select **My Profile**.

#### Personal information

Update your photo, name, phone number, and email. Keep this current so managers and teammates see the right details on schedules and notes.

#### Security

Change your password here at any time.

#### Notifications

Control how often ScheduLink emails you. Adjust your email reminder frequency to fit your preference.

<figure><img src="/files/20H0pSr8lwwk2zb6BySk" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://schedulink.gitbook.io/help-center/using-schedulink/the-basics.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.
