> For the complete documentation index, see [llms.txt](https://help.sdocs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sdocs.com/sdocs/administration/additional-troubleshooting/minimum-access-user-additional-permissions.md).

# Minimum Access User Additional Permissions

This article refers to the least permissive profile recently introduced from Salesforce.

Beyond the SDocs Users permission set, some additional permissions will need to be ensured so the Minimum Access profile can perform simple functions through S-Docs.

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Emailing User

This will cover Emailing from LWC and SDLegacy (button code)

{% stepper %}
{% step %}

### System Permissions

* **Access Activities**
* **Edit Task**
  {% endstep %}

{% step %}

### Object Permission

* Contact
  * **R/W/C/D**
* Task
  * **Read and Edit permissions fields**
    {% endstep %}

{% step %}

### Org-Wide Email Address

* **You only need to confirm the profile is listed under Setup > Organization-Wide Addresses**
  {% endstep %}
  {% endstepper %}

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Document Generation

This will cover document generation along with runtime prompts, writeback

{% stepper %}
{% step %}

### Base Object

* **Object - R/W**
* **Fields - Read (for merge fields)**
* **Fields - Edit (for writeback)**
  {% endstep %}
  {% endstepper %}

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Automation

This will cover document generation through SDJobs using the connected app for Run As User

{% stepper %}
{% step %}

* Apex REST Services
  {% endstep %}

{% step %}

* To create Files (ContentVersion): Experience Cloud site membership
  {% endstep %}
  {% endstepper %}


---

# 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.sdocs.com/sdocs/administration/additional-troubleshooting/minimum-access-user-additional-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.
