# Open Source and Third-Party Components

### Purpose

Open-source and third-party components can accelerate delivery but must be managed carefully.

### Required Checks

Before use, check:

* licence type
* commercial restrictions
* attribution requirements
* security vulnerabilities
* maintenance status
* compatibility with customer requirements
* export or regulatory restrictions
* support model
* IP contamination risk

### Approved Use

A component may be used where:

* the licence is acceptable
* security risk is acceptable
* the component is actively maintained or risk-managed
* the customer permits its use
* the component does not conflict with the project IP model

### Records

Projects should record:

* component name
* version
* licence
* source
* purpose
* approval status
* known vulnerabilities
* mitigation


---

# 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://framework.aic.io/company-operating-manual/intellectual-property-and-accelerators/open-source-and-third-party-components.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.
