> For the complete documentation index, see [llms.txt](https://guide.social360.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.social360.gov.sg/core-features.md).

# Core Features

- [Log-in with Corppass](https://guide.social360.gov.sg/core-features/log-in-with-corppass.md): To login to Social360
- [Navigation Bar](https://guide.social360.gov.sg/core-features/navigation-bar.md): To navigate through the app to access different sections and features
- [Create Case](https://guide.social360.gov.sg/core-features/create-case.md): To initiate a new client in the system and ensure the case is assigned to the appropriate caseworker
- [Dashboard](https://guide.social360.gov.sg/core-features/dashboard.md): To manage assigned cases, view outstanding tasks and estimate workload
- [My Draft](https://guide.social360.gov.sg/core-features/my-draft.md): To manage your drafts i.e. progress notes and forms
- [Client Profile](https://guide.social360.gov.sg/core-features/client-profile.md): To View and manage all client information in one place
- [Top Bar](https://guide.social360.gov.sg/core-features/client-profile/top-bar.md): To access key client information and perform essential action
- [Overview](https://guide.social360.gov.sg/core-features/client-profile/overview.md): To get a quick overview of the client without navigating through multiple tabs
- [Progress Notes](https://guide.social360.gov.sg/core-features/client-profile/progress-notes.md): To manage detailed case recordings, documenting key interactions and updates related to the client's progress
- [Documents](https://guide.social360.gov.sg/core-features/client-profile/documents.md): To store and download documents related to the client
- [Assessments](https://guide.social360.gov.sg/core-features/client-profile/assessments.md): To create a new psychometric assessment or view the client's assessment history
- [Form Submissions](https://guide.social360.gov.sg/core-features/client-profile/form-submissions.md): To submit custom-built forms created by services to capture client-specific information
- [Cases](https://guide.social360.gov.sg/core-features/client-profile/cases.md): To view and manage all cases created for the client within the system
- [Community Partners](https://guide.social360.gov.sg/core-features/client-profile/community-partners.md): To view community partners involved in your clients' care
- [Timeline](https://guide.social360.gov.sg/core-features/client-profile/timeline.md): To view the complete history of actions and updates since the client's profile was created
- [All Cases](https://guide.social360.gov.sg/core-features/all-cases.md): To view and manage all cases within your service


---

# 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:

```
GET https://guide.social360.gov.sg/core-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
