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

# M-SOC

- [M-SOC\_Self Service Portal](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal.md): This section will describe the Self Service Portal, Data Pipeline Manager and log forwarder installs where needed.
- [Registering as a Customer (Regulated Entity)](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/registering-as-a-customer-regulated-entity.md)
- [Digital Contract Signing Process](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/digital-contract-signing-process.md): Step-by-Step Guide to Signing the Document
- [Updating Billing Information](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/updating-billing-information.md): Step-by-Step Guide to Updating Billing Information
- [Updating Escalation Matrix](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/updating-escalation-matrix.md)
- [Manage Users and Roles](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/manage-users-and-roles.md): Step-by-Step Guide to Create a User and Assign a Role
- [RACI Matrix](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/raci-matrix.md): Description of the RACI matrix in Annexure D
- [Default Log Collection](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/default-log-collection.md): This page describes the default logs available for collection:
- [Windows Package Installation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/windows-package-installation.md): Installing on Windows
- [Linux Package Installation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/linux-package-installation.md): Installing on Debian-based Linux Systems (e.g., Ubuntu)
- [RPM Package Installation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/rpm-package-installation.md): Installing on RPM-based Linux Systems (e.g., CentOS, RHEL, Fedora)
- [MACOS Package Installation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/macos-package-installation.md): Installation of MACOS
- [OneAgent Windows Package Installation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/oneagent-windows-package-installation.md): Installing on Windows
- [Incident Management Workflow(M-SOC only)](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/incident-management-workflow-m-soc-only.md): This page describes the Incident Management Workflow followed by M-SOC as validated by SEBI and the exchange.
- [Asset Reconciliation](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/asset-reconciliation.md)
- [Troubleshooting Installs](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/troubleshooting-installs.md): Easy Troubleshooting Page for Agent Install Failures.
- [Frequently Asked Questions (FAQ)](https://docs.blusapphire.io/m-soc/m-soc_self-service-portal/frequently-asked-questions-faq.md): This page attempts to capture all the FAQs related to MSOC, but may be applicable for other customers also.
- [M-SOC | Architecture & Workflow](https://docs.blusapphire.io/m-soc/m-soc-or-architecture-and-workflow.md)
- [Solution Deployment Architecture](https://docs.blusapphire.io/m-soc/m-soc-or-architecture-and-workflow/solution-deployment-architecture.md)
- [Incident Response Workflow](https://docs.blusapphire.io/m-soc/m-soc-or-architecture-and-workflow/incident-response-workflow.md)


---

# 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.blusapphire.io/m-soc.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.
