# A common terminology of Skills

We discussed different challenges we face with regard to skills terminologies. One can take a look at them in this page.

{% content-ref url="/pages/-MiMjVjIsMo3n7EsqOvM" %}
[Issues with Skills Nomenclature](/skills-thoughts/issues-with-skills-nomenclature.md)
{% endcontent-ref %}

In the Skills Ontology i.e. the backend, when skills are added, they are normalized. Like in a thesaurus, terms are equated if they refer to the same thing or concept.

There are different scenarios for such equation.

1. Spelling differences
2. Acronyms
3. Synonyms

These have been discussed in the page on Issues with Skills Nomenclature. So we are not going into details here.

For an user who is creating a Skills Profile using the Skills Profiler in the frontend, the system will take the user to the primary term (used by the system) whichever of the equated terms she searches on.\
Examples:\
1\. When Internet Marketing is searched user will be taken to Online Marketing\
2\. When Dotnet is searched user will be taken to .Net\
3\. When user searches on AI the user will be taken to Artificial Intelligence

IYS has spent considerable time curating differentiated but common meaning terms. And this normalization is a continuous activity.&#x20;


---

# 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/iys-solution-to-issues-with-skills/a-common-terminology-of-skills.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.
