> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/mca-documents/downloading-mca-documents.md).

# Downloading MCA Documents

{% stepper %}
{% step %}

### Navigate to the "MCA Documents" tool

{% endstep %}

{% step %}

### Enter Company Name

In the "Enter Company Name" field, begin typing the first few letters of the company's name.

A dropdown list will appear, displaying companies matching your input, along with their Corporate Identification Number (CIN) and full company name.

<figure><img src="/files/549xfUH0KXSz6kGWB0jc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Company

From the dropdown list, select the desired company.
{% endstep %}

{% step %}

### Import to Jurisphere (Optional)

Check the Import option ( <img src="/files/1OkI8hwujR9zudsjrdDa" alt="" data-size="original"> ) if you wish to import the downloaded documents directly into Jurisphere for further analysis using the [Document Review](/document-review/overview-of-the-document-review-tool.md) or [Document Table](/parallel-review/overview-of-the-parallel-review-tool.md) features.
{% endstep %}

{% step %}

### **Fetch MCA V3 Documents**

Click the <img src="/files/HMd51n0PYw8Gjf0ZNHvI" alt="Fetch MCA V3 Documents" data-size="line"> button to initiate the retrieval of documents available under the MCA V3 framework.
{% endstep %}

{% step %}

### Download Documents

Wait for the "Download ZIP file containing all MCA documents" button to appear after the documents are fetched. Click it to download a ZIP file with all publicly available MCA documents for the chosen company to your local system.

<figure><img src="/files/wi8hZ5NjxZrJJKdhVGQj" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
The downloaded document set is identical to what is available on the MCA website as MCA V3 Documents for the selected company.&#x20;
{% endhint %}


---

# 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://help.jurisphere.ai/mca-documents/downloading-mca-documents.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.
