.. _Add Course Metadata:

###################
Add Course Metadata
###################

.. tags:: educator, how-to

To make certain information about your course available to entities such as
customer relationship management (CRM) software, a marketing site, or other
external systems, follow these steps.

#. Create a JSON dictionary that contains the metadata that you want to add.
#. In Studio, open your course, and then select **Advanced Settings** on the
   **Settings** menu.
#. In the **Other Course Settings** field, paste your JSON dictionary.
#. Select **Save Changes**.

In case you can't find the **Other Course Settings** field in
the **Advanced Settings**, ask your site operator to set ``ENABLE_OTHER_COURSE_SETTINGS`` to ``true``
under ``FEATURES`` in ``/edx/etc/studio.yml`` and restart Studio. More information can be found in :ref`Enable Custom Course Settings`.


.. seealso::
 
 
 :ref:`Guide to Course Content Development` (reference)

 :ref:`Create a New Course` (how-to)
 
 :ref:`About the Course Outline` (concept)
 
 :ref:`Edit the Course About Page` (how-to)
 
 :ref:`About the Course Outline` (reference)
 
 :ref:`Manage Course Outline`  (how-to)
 
 :ref:`Modify Settings for Objects in the Course Outline` (reference)
 
 :ref:`Publish Content from the Course Outline` (reference)
 
 :ref:`About Course Sections` (concept)

 :ref:`About Course Subsections` (concept)

 :ref:`About Course Units` (concept)

 :ref:`Manage Course Sections` (how-to)

 :ref:`Manage Course Subsections` (how-to)

 :ref:`Manage Course Units` (how-to)

 :ref:`View as Learner` (how-to)
 
 :ref:`Resources for Open edX Course Teams` (reference)


**Maintenance chart**

+--------------+-------------------------------+----------------+-------------------------------------------------------------+
| Review Date  | Working Group Reviewer        |   Release      |Test situation                                               |
+--------------+-------------------------------+----------------+-------------------------------------------------------------+
| 03/19/2025   | John (Curricu.me)             | Sumac          |Pass                                                         |
+--------------+-------------------------------+----------------+-------------------------------------------------------------+
| 03/05/2025   | Leira (Curricu.me)            | Sumac          |Fail (https://github.com/openedx/docs.openedx.org/issues/861)|
+--------------+-------------------------------+----------------+-------------------------------------------------------------+

