> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/administration/settings-center.md).

# Settings Center

- [Organization & Billing](https://docs.we360.ai/administration/settings-center/organization-and-billing.md): We360.ai organization and billing -- manage company profile, subscription plans, invoices, and payment settings.
- [User Management](https://docs.we360.ai/administration/settings-center/user-management.md): We360.ai user management -- add employees, assign admin roles, organize teams, and control access in your monitoring platform.
- [Workplace](https://docs.we360.ai/administration/settings-center/workplace.md): We360.ai workplace settings -- configure attendance shifts, schedules, holidays, and leave policies for employee monitoring.
- [Productivity](https://docs.we360.ai/administration/settings-center/productivity.md): We360.ai productivity settings -- classify app and website behavior, set goals, and define workforce analytics thresholds.
- [Emails & Alerts](https://docs.we360.ai/administration/settings-center/emails-and-alerts.md): Configure We360.ai email notifications, scheduled reports, and workforce analytics alert triggers for employee monitoring.
- [Compliance & Security](https://docs.we360.ai/administration/settings-center/compliance-and-security.md): We360.ai compliance and security settings for domain blocking, privacy controls, location restrictions, agent configuration, and audit logs.
- [Integrations](https://docs.we360.ai/administration/settings-center/integrations.md): Connect We360.ai to your HRMS, collaboration, and project tools from the Integrations settings tab—push and fetch attendance, track meetings, and sync project tasks.
- [Maintenance](https://docs.we360.ai/administration/settings-center/maintenance.md): We360.ai general maintenance task settings -- to run tasks
- [UI](https://docs.we360.ai/administration/settings-center/ui.md): We360.ai User Interface -- make changes to what information is displayed by default


---

# 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.we360.ai/administration/settings-center.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.
