# Introduction & Installation

The CorpDev.Ai Excel Add-in allows users to leverage the platform's AI Analyst to auto-populate information on acquisition target companies, score opportunities, and program AI logic with Excel formulas. Below are detailed descriptions of the available custom Excel functions under the namespace `CORPDEV`.

**Installation**

Please contact your customer success representative for installation instructions.

**Company Enrichment Functions**

* CORPDEV.COMPANY\_FACTS\_LOCATION
* CORPDEV.COMPANY\_FACTS\_SELF\_DESCRIPTION
* CORPDEV.COMPANY\_FACTS\_FOUNDED\_YEAR
* CORPDEV.COMPANY\_FACTS\_EMPLOYEES\_LINKEDIN
* CORPDEV.COMPANY\_FACTS\_INDUSTRY
* CORPDEV.COMPANY\_FACTS\_FOLLOWERS\_LINKEDIN
* CORPDEV.COMPANY\_FACTS\_FUNDING\_AMOUNT
* CORPDEV.COMPANY\_FACTS\_FUNDING\_ROUND\_COUNT
* CORPDEV.COMPANY\_FACTS\_IPO\_STATUS
* CORPDEV.COMPANY\_FACTS\_LINKEDIN\_UPDATES
* CORPDEV.COMPANY\_RESEARCH\_QUESTION
* CORPDEV.COMPANY\_RESEARCH\_FIELD
* CORPDEV.COMPANY\_RESEARCH\_REVENUE
* CORPDEV.COMPANY\_RESEARCH\_DOMAIN

**AI Logic & Scoring Functions**

* CORPDEV.AI\_QUESTION
* CORPDEV.AI\_SCORE\_WITH\_DESC
* CORPDEV.AI\_SCORE

**Document Functions**

* CORPDEV.GRDIVE\_INDEX
* CORPDEV.GRDIVE\_DOCUMENT\_QUESTION
* CORPDEV.GRDIVE\_DOCUMENT\_EXTRACT\_FIELD
* CORPDEV.GRDIVE\_DOCUMENT\_EXTRACT\_TEXT
* CORPDEV.GRDIVE\_DOCUMENT\_SUMMARIZE


---

# Agent Instructions: 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://docs.corpdev.ai/corpdev.ai-docs/excel-add-in/introduction-and-installation.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.
