> For the complete documentation index, see [llms.txt](https://wiki.oikos-international.org/sustainable-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.oikos-international.org/sustainable-finance/activities/workshops.md).

# Workshops

- [Integrated Capital Game](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game.md)
- [Funding Source](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/funding-source.md): Organizations or individuals that could invest in a company
- [Types of Capital](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/types-of-capital.md): The different ways a financial investment is made.
- [Transaction Structure](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/transaction-structure.md): The mechanism through which investors and companies agree to exchange financial capital
- [Type of Entity](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/type-of-entity.md): Organizations that are seeking capital to achieve their goal.
- [Financial Management Reports](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/financial-management-reports.md): Procedures and reports used to manage information and make decisions.
- [Local Stakeholders](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/local-stakeholders.md): Groups and organizations important to the decision-making process who need to be incorporated into transactions.
- [Impact Criteria](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/impact-criteria.md): Criteria for evaluating whether a company meets the social impact objectives of a fund.
- [Impact Covenants](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/integrated-capital-game/impact-covenants.md): Legally binding agreements between a fund and the companies in which it has invested to advance social impact.
- [St. Gallen Carbon Workshop](https://wiki.oikos-international.org/sustainable-finance/activities/workshops/st.-gallen-carbon-workshop.md): The following has been prepared for an in-person workshop oikos Conference 2021, in St. Gallen, Switzerland (https://www.oikos-conference.ch/)


---

# 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://wiki.oikos-international.org/sustainable-finance/activities/workshops.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.
