# Skills Updation Process

**Skills Updation Process**<br>

ISOT gets raw inputs i.e. possible skills to be added in ISOT from different sources including:

1. Users of the application (individuals and companies)
2. Skills agents who look for skills and suggest
3. AI / NLP tools to collect skills

\
Process of Considering Inclusion of Suggested Skills

| Step 1 | Check if the skill is already present in ISOT. If not, go to the next step.                                                                                                                                                                                                                                                                    |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Step 2 | Check if the skill is a synonym of an existing skill in ISOT. If yes, include that as a synonym of that skill. If not, go to the next step.                                                                                                                                                                                                    |
| Step 3 | Analyse the skill to determine to which high level category the term belongs (e.g. banking or electronics engineering), and which category of skill it belongs to (whether a tool or concepts etc.). Then, go to step 4.                                                                                                                       |
| Step 4 | Check if the skill belongs to an existing master (group of skill). If yes, go to Step 5. If not, go to step 7.                                                                                                                                                                                                                                 |
| Step 5 | Add the skill to the existing master. For example, the new skill may be a new accounting standard. If so, it will be included in the master called accounting standards. Then go to step 6.                                                                                                                                                    |
| Step 6 | After adding to the master, check to which all nodes in the association the skill needs to be activated. For instance, accounting standard (a master group) may be associated with five different nodes in the association table whereas the newly added accounting standard may only need to be activated for two of these five associations. |
| Step 7 | If the skill does not belong to any existing master (group of skills), create a new master (following the master nomenclature). Then go to the next step.                                                                                                                                                                                      |
| Step 8 | Add the master i.e. associate the group of skills to the respective node(s) in the association tree.                                                                                                                                                                                                                                           |
| Step 9 | Assign properties to the newly added nodes in the association tree.                                                                                                                                                                                                                                                                            |


---

# 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.itsyourskills.com/skills-thoughts/skills-taxonomy-construct/skills-updation-process.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.
