> For the complete documentation index, see [llms.txt](https://documentation.specollective.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.specollective.org/knowledge-base/getting-started.md).

# Getting Started

SPEC's Knowledge Base (KB) is designed to help its community members learn new skills and advance their educations and careers. To make this knowledge base accessible to as many people as possible we have strived to primarily list free and open education resources (OER). The KB does also provide information about lower cost educational programs that can be used for supplementary learning.

⚠️ KB is work in progress and is actively under construction. You may find incomplete sections as we are in the process of filling out the KB.

## Contents

### **Applied Science**

* [Agriculture](/knowledge-base/applied-sciences/sustainable-agriculture.md)
* [Business](/knowledge-base/applied-sciences/business.md)
* [Communication Studies](/knowledge-base/applied-sciences/communication.md)
* [Design](/knowledge-base/applied-sciences/design.md)
* [Education](/knowledge-base/applied-sciences/education.md)
* [Engineering](/knowledge-base/applied-sciences/engineering.md)
* [Project Management](/knowledge-base/applied-sciences/project-management.md)

### **Humanities**

* [Art](/knowledge-base/humanities/art.md)
* [History](/about-us/history.md)
* [Languages](/knowledge-base/humanities/languages.md)
* [Philosophy](/knowledge-base/humanities/philosophy.md)

### **Formal Science**

* [Computer Science](/knowledge-base/formal-sciences/computer-science.md)
* [Logic](/knowledge-base/formal-sciences/logic.md)
* [Mathematics](/knowledge-base/formal-sciences/mathematics.md)
* Statistics

### **Natural Science**

* [Biology](/knowledge-base/natural-sciences/biology.md)
* [Chemistry](/knowledge-base/natural-sciences/chemistry.md)
* [Physics](/knowledge-base/natural-sciences/physics.md)
* [Earth Science](/knowledge-base/natural-sciences/earth-science.md)

### **Social Science**

* [Anthropology](/knowledge-base/diversity-equity-and-inclusion/anthropology.md)
* [Cultural Studies](/knowledge-base/diversity-equity-and-inclusion/cultural-studies.md)
* [Psychology](/knowledge-base/diversity-equity-and-inclusion/psychology.md)
* [Sociology](/knowledge-base/diversity-equity-and-inclusion/sociology.md)


---

# 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:

```
GET https://documentation.specollective.org/knowledge-base/getting-started.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.
