# License

We use the following tools and processes for generationg 3rd party licenses.

## Go Modules

### Install tools

For Go modules we use a fork of Kubeflow's testing repo with some fixes.

Clone and update to [this branch](https://github.com/SeldonIO/kubeflow-testing/tree/seldon-update).

```sh
git clone https://github.com/SeldonIO/kubeflow-testing -b seldon-update
```

Go to go-license-tools folder:

```sh
cd kubeflow-testing/py/kubeflow/testing/go-license-tools/
```

Install

```sh
python setup.py install
```

### Generation

Run `make update-3rd-party-licenses` in top level folder.


---

# 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.seldon.ai/seldon-core-2/resources/development/licenses.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.
