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

# Subjects

A subject represents a human being who is the subject of a [record](/cortex-api/records.md), ie the person wearing the headset during the record. A subject is a permanent object. It is stored on the hard drive and then synchronized to the EMOTIV cloud.

To associate a subject to a record, you must create the subject first, by calling [createSubject](/cortex-api/subjects/createsubject.md). Then you must specify the subject name when you call [createRecord](/cortex-api/records/createrecord.md). A subject is identified by his/her name.

You can call [querySubjects](/cortex-api/subjects/querysubjects.md) to list the subjects already created for the current user.
