# Use case – University faculties

Imagine the 12 faculties of your “John Smith University” (fictional name) want to show their portal under a distinct appearance (each one wants its own variation of the logo in the header and a background colour slightly different).

For example, you would have a general <http://admin.jsu.edu/>, then a specific law faculty: [http://law.jsu.edu/](http://law.jsu.du/), a sciences faculty: <http://sci.jsu.edu/>, etc.

Each one of them has its own teachers, whom, and I quote, “sometimes” have to give a course in more than one faculty. Students are also students from one single faculty (only a few “exceptional case” are not). Finally, courses are different, “except” in specific cases for very general courses...


---

# 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.chamilo.org/1.11.x/admin-guide/global_features/multi-url/use_case__university_faculties.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.
