# Web Conferences - create

{% hint style="warning" %}
**Welcome to Our New API Docs!** This is the new home for all things API (previously at [Canvas LMS REST API Documentation](https://api.instructure.com)).
{% endhint %}

## Web Conferences - create

### What it Does

#### Conferences

Allows user to create new conferences in courses and groups.

Allows user to start conferences they created.

### Additional Considerations

#### Conferences

To allow full management of conferences created by the user or others, the Course Content permission must also be enabled.

To end a long-running conference, the Course Content permission must be enabled.

If the Course Content permission enabled and Web Conferences - create is disabled, the user can still manage conferences.

***

This documentation is generated directly from the Canvas LMS source code, available [on Github](https://github.com/instructure/canvas-lms).


---

# 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://developerdocs.instructure.com/services/canvas/permissions/details/file.permissions_create_conferences.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.
