# Definitions

The page **covers** some of the most **important words** that should be **considered** during the design process. The definitions of these words are taken from [Merriam-Webster](https://www.merriam-webster.com/) and the [Cambridge Dictionary](https://dictionary.cambridge.org/).&#x20;

* [Adjective](/designing/definitions/adjective-noun.md)
* [Cohesion](/designing/definitions/cohesion-noun.md)
* [Cohesive](/designing/definitions/cohesive-adjective.md)
* [Cohesiveness](/designing/definitions/cohesiveness-noun.md)
* [Complex](/designing/definitions/complex-adjective-noun.md)
* [Complexity](/designing/definitions/complexity-noun.md)
* [Consistency](/designing/definitions/consistency-noun.md)
* [Consistent](/designing/definitions/consistent-adjective.md)
* [Constantly](/designing/definitions/constantly-adverb.md)
* [Diagnosis](/designing/definitions/diagnosis-noun.md)
* [Functional](/designing/definitions/functional-adjective.md)
* [Functionality](/designing/definitions/functionality-noun.md)
* [Get](/designing/definitions/get-verb.md)
* [Has](/designing/definitions/have-verb.md)
* [Immutable](/designing/definitions/immutable-adjective.md)
* [Independent](/designing/definitions/independent.md)
* [Interdependence](/designing/definitions/interdependence.md)
* [Intuition](/designing/definitions/intuition-noun.md)
* [Intuitive](/designing/definitions/intuitive-adjective.md)
* [Intuitiveness](/designing/definitions/intuitiveness-noun.md)
* [Is](/designing/definitions/is-verb.md)
* [Logic](/designing/definitions/logic-noun.md)
* [Minimalism](/designing/definitions/minimalism-noun.md)
* [Mutable](/designing/definitions/mutable-adjective.md)
* [Noun](/designing/definitions/noun-noun.md)
* [Preposition](/designing/definitions/preposition-noun.md)
* [Purpose](/designing/definitions/purpose-noun.md)
* [Replace](/designing/definitions/replace-verb.md)
* [Set](/designing/definitions/set-verb.md)
* [Simplicity](/designing/definitions/simplicity-noun.md)
* [To](/designing/definitions/to-preposition.md)
* [Verb](/designing/definitions/verb-noun.md)

All the words above are **interdependent** in some ways. For example, complexity is correlated with simplicity in 100%. It means if an object's complexity is at 70%, then its simplicity is 30%.


---

# 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.angular-package.dev/designing/definitions.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.
