> For the complete documentation index, see [llms.txt](https://guide.smarttask.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.smarttask.io/crm-and-sales-management/contact-accessibility-and-permissions.md).

# Contact Accessibility & Permissions

In SmartTask, Contact visibility is controlled based on the user’s role, project membership, assignment, and follower access.

### Who Can Access a Contact?

A Contact is accessible to a user if **any one** of the following conditions is true:

#### 1. The User is Assigned to the Contact

If the Contact is assigned to the user, they can access it.

#### 2. The User is Following the Contact

Users added as followers to the Contact can view it.

#### 3. The User Has Access to an Associated Project

If the Contact is linked to one or more projects, any user who is a member of those projects can access the Contact.

#### 4. The Contact is Not Linked to Any Project

Contacts without any associated projects are considered generally accessible within the organization.

This allows teams to maintain a shared contact repository without requiring project mapping for every contact.

## Admin Access

Organization Admins bypass all permission checks and have full access to all Contacts.

***

## Permission Flow Summary

| Condition                    | Access Granted |
| ---------------------------- | -------------- |
| Admin user                   | ✅              |
| Assigned user                | ✅              |
| Follower                     | ✅              |
| Member of associated project | ✅              |
| Contact has no projects      | ✅              |
| Guest user                   | ❌              |

***

## Important Notes

* Project membership automatically extends visibility to associated Contacts.
* Removing a Contact from all projects makes it broadly accessible within the organization.
* Guest Users are intentionally restricted from accessing sensitive/core-member-only Contacts.
* Followers can access Contacts even without project membership.


---

# 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://guide.smarttask.io/crm-and-sales-management/contact-accessibility-and-permissions.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.
