# Subject Knowledge Areas

The subject knowledge areas provide thought, prompt, and development patterns to efficiently create in human guided generative AI. This documentation, specifically covers full stack engineering use cases for web applications (GDF-FSE).

{% hint style="info" %}
It's important to note that the knowledge areas do not need to be applied in order to every project. Depending on where you are in the development lifecycle, you may use different knowledge areas or not use certain knowledge areas at all.&#x20;
{% endhint %}

The subject knowledge areas are:&#x20;

* [Ideation](/gdf-full-stack-engineering/subject-knowledge-areas/ideation.md)
* [Specification](/gdf-full-stack-engineering/subject-knowledge-areas/specification.md)
* [Generation](/gdf-full-stack-engineering/subject-knowledge-areas/generation.md)
* [Transformation](/gdf-full-stack-engineering/subject-knowledge-areas/transformation.md)
* [Replacement](/gdf-full-stack-engineering/subject-knowledge-areas/replacement.md)
* [Integration](/gdf-full-stack-engineering/subject-knowledge-areas/integration.md)
* [Separation](/gdf-full-stack-engineering/subject-knowledge-areas/separation.md)
* [Consolidation](/gdf-full-stack-engineering/subject-knowledge-areas/consolidation.md)
* [Templating](/gdf-full-stack-engineering/subject-knowledge-areas/templating.md)
* [Visualization](/gdf-full-stack-engineering/subject-knowledge-areas/visualization.md)
* [Verification](/gdf-full-stack-engineering/subject-knowledge-areas/verification.md)
* [Implementation](/gdf-full-stack-engineering/subject-knowledge-areas/implementation.md)
* [Optimization](/gdf-full-stack-engineering/subject-knowledge-areas/optimization.md)

{% hint style="info" %}
A common thought is that all knowledge areas are simply a form of generation, and while that may be true at a high-level perspective, the knowledge areas focus on specific approaches to generation with unique prompt and thought patterns that form the need for individual knowledge areas.&#x20;
{% endhint %}


---

# 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.gdf.ai/gdf-full-stack-engineering/subject-knowledge-areas.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.
