> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/quantum-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.norrnext.com/quantum-manager/configuration/profiles.md).

# Profiles

This is a list of settings that override the manager settings for the specified user group.

For example, for users of the "Manager" group, when we upload images, we want to use a watermark, but we don’t want to use watermark for the "Administrator" group. To do this, we need to create an override. List of available overrides:

<table><thead><tr><th>Name</th><th>Config Name</th><th>Available Values</th></tr></thead><tbody><tr><td>Custom Scopes</td><td>scopescustom</td><td><p>For custom scopes define JSON format:</p><pre><code>                        
{
	"scopescustom0": {
		"enable": "1",
		"id": "generatefromtitle1",
		"title": "Some scope",
		"path": "images/{year}-{month}-{day}"
	},
	 "scopescustom1": {
		"enable": "1",
		"id": "generatefromtitle2",
		"title": "One more scope",
		"path": "images/{year}-{month}"
	}
}

</code></pre></td></tr><tr><td>Max upload file size</td><td>maxsize</td><td>number (in megabytes)</td></tr><tr><td>Max characters in the name of folders and files</td><td>maxsizefilename</td><td>number</td></tr><tr><td>Add postfix to file names</td><td>postfix</td><td>1 or 0</td></tr><tr><td>Metadata for files</td><td>metafile</td><td>1 or 0</td></tr><tr><td>Additional metadata</td><td>metafileextended</td><td>1 or 0</td></tr><tr><td>Hide upload area</td><td>dropareahidden</td><td>1 or 0</td></tr><tr><td>Show help button</td><td>help</td><td>1 or 0</td></tr><tr><td>Allowed MIME types</td><td>mimetype</td><td>Text (mime types each on the new line)</td></tr><tr><td>Search images in Unplash</td><td>unsplash</td><td>1 or 0</td></tr><tr><td>Search images in Pixabay</td><td>pixabay</td><td>1 or 0</td></tr><tr><td>Save original images</td><td>original</td><td>1 or 0</td></tr><tr><td>Use originals for cropping</td><td>originalresize</td><td>1 or 0</td></tr><tr><td>Auto resize images</td><td>resize</td><td>1 or 0</td></tr><tr><td>Max resize width</td><td>rezizemaxwidth</td><td>number</td></tr><tr><td>Max resize height</td><td>rezizemaxheight</td><td>number</td></tr><tr><td>Apply watermark</td><td>overlay</td><td>2 (button), 1 (auto) or 0 (enable)</td></tr><tr><td>Watermark file</td><td>overlayfile</td><td>String, path to image, for example "images/joomla.png"</td></tr><tr><td>Resize watermark in percents</td><td>overlaypercent</td><td>1 or 0</td></tr><tr><td>Watermark percents</td><td>overlaypercentvalue</td><td>Number from 0 to 100 (percents)</td></tr><tr><td>Watermark position</td><td>overlaypos</td><td>top-left, top, top-right, left, center, right, bottom-left, bottom, bottom-right</td></tr><tr><td>Watermark margins</td><td>overlaypadding</td><td>number</td></tr></tbody></table>

\## Usage Examples For "Manager" group override "Custom Scopes"&#x20;

For "Editor" group restrict upload file size to 2 megabytes.&#x20;


---

# 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://docs.norrnext.com/quantum-manager/configuration/profiles.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.
