The available placements are the same you are used to with Popper.js:

{% highlight javascript %} new Tooltip(referenceElement, { placement: 'top', // or bottom, left, right, and variations title: "Top" }); {% endhighlight %}