General Site Settings
A guide to configuring the foundational settings for your FlowAgent site.
When to Use
Read this page when you want to set up or adjust your site's basic information, defaults, or advanced options.
How It Works
- Accessing General Settings:
- Open Site Settings (three-dot menu, top right).
- Go to the General tab (first page loaded).
- Site Info:
- Set the site name and logo for branding and identification.
- Site Defaults:
- Choose default date, time, number formats, and language for new users.
- Users can override these defaults in their profile.
- Storage:
- View current storage usage. Contact FlowAgent to upgrade.
- JSON Configuration:
- Advanced settings for default organisation, support URL, login, mail, dashboard, pricegroup, and resource planning.
Usage Example (JSON)
Set a support link for super users:
{
"supportUrl": "https://flowagent.nu/kontakt"
}
Full example with all properties:
{
"supportUrl": "",
"login": {},
"mail": {},
"dashboard": { "actionalButtons": [] },
"pricegroup": {},
"resourceplanning": {}
}
Tips
- Refer to the PHP documentation for date/time format options.
- Use the JSON configuration for advanced customizations.
Related Links
For more on advanced configuration, see the related links above.