> For the complete documentation index, see [llms.txt](https://vladgolovach.gitbook.io/ui-ux_competencies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vladgolovach.gitbook.io/ui-ux_competencies/also.md).

# Дополнительные материалы

Профессиограмма - не единственный документ подобного плана. Также заслуживают внимания следующие источники.

## Профессиональные стандарты и базы знаний

1. Официальный стандарт РФ «[Специалист по дизайну графических и пользовательских интерфейсов](http://www.fgosvo.ru/news/21/1427)». Этот документ начался, собственно, с переделки госстандарта его основным автором. Незаменим, если вы собираетесь получать официальную сертификацию учебной программы. Обратите внимание, что Профессиограмма и стандарт не полностью совместимы - все ЗУНы и работы госстандарта есть здесь, но обратное не верно, Профессиограмма значительно больше.
2. Стандарт Соединённого королевства [National Occupational Standards: Human Computer Interaction / Interface (HCI) - Design](/ui-ux_competencies/mapping/uknoshcidesign.md). Он интересен подходом к определению уровней профессиональной деятельности, которых выделено 6 (шесть). На текущий момент мы проанализировали все шесть уровней стандарта в версии от 2014 года, и, посчитав полезными, выложили их в текстовом виде. &#x20;

## Отдельные указания, статьи, эссе

1. [The 8 competencies of user experience: a tool for assessing and developing UX Practitioners](http://www.userfocus.co.uk/articles/8-competencies-of-user-experience.html) by David Ross. В статье приводится другая система основных веток квалификации (в будущем они будут включены и в Профессиограмму).
2. [Проектировщик интерфейсов](https://guides.kontur.ru/principles/uidesigner/). Очень приземленное, а следовательно очень конкретное, изложение корпоративной практики проектирования интерфейсов компании СКБ Контур. Рекомендуется для чтения (и, возможно, заучивания наизусть) всем проектировщикам интерфейсов.


---

# 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://vladgolovach.gitbook.io/ui-ux_competencies/also.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.
